#5891C2

Color #5891C2 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5891C2

Tints of Danube #5891C2

Color information

#5891C2 (or 0x5891C2) is unknown color: approx Danube. HEX triplet: 58, 91 and C2. RGB value is (88,145,194). Sum of RGB (Red+Green+Blue) = 88+145+194=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #5891C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5891C2 is #A76E3D. Grayscale: #858585. Windows color (decimal): -10972734 or 12751192. OLE color: 12751192.

HSL color Cylindrical-coordinate representation of color #5891C2: hue angle of 207.74º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5891C2 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88145194-
CMYK0.550.2500.24
HSL207.74º46.49%55.29%-
HSV(B)207.74º54.64%76.08%-
XYZ23.8926.2254.84-
YUV133.54162.1295.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 194 (76.17% from 255) = 45.43%
R=20.61%
G=33.96%
B=45.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881451940.550.2500.24207.7446.4955.29
Hex5891C23719018d02e37
Octal13022130267310303205667
Binary101100010010001110000101101111100101100011010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5891C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5891C2; }

 p { color: rgb(88,145,194); }

 H1.HeaderClassName
 {
   color: #5891C2;
 }
 .AnyTagClassName
 {
   color: #5891C2;
 }
</style>
background-color css

<style>
 a { background-color: #5891C2; }

 a { background-color: rgb(88,145,194); }

 div.DivClassName
 {
   background-color: #5891C2;
 }
 .BgClassName
 {
   background-color: #5891C2;
 }
</style>
border-color css

<style>
 span { border-color: #5891C2; }

 span { border-color: rgb(88,145,194); }

 td.TdClassName
 {
   border-color: #5891C2;
 }
 .TagClassName
 {
   border-color: #5891C2;
 }
</style>