#5895C4

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

Shades of Danube #5895C4

Tints of Danube #5895C4

Color information

#5895C4 (or 0x5895C4) is unknown color: approx Danube. HEX triplet: 58, 95 and C4. RGB value is (88,149,196). Sum of RGB (Red+Green+Blue) = 88+149+196=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #5895C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895C4 is #A76A3B. Grayscale: #878787. Windows color (decimal): -10971708 or 12883288. OLE color: 12883288.

HSL color Cylindrical-coordinate representation of color #5895C4: hue angle of 206.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5895C4 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB88149196-
CMYK0.550.2400.23
HSL206.11º47.79%55.69%-
HSV(B)206.11º55.1%76.86%-
XYZ24.7427.5656.24-
YUV136.12161.7993.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.32%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=20.32%
G=34.41%
B=45.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881491960.550.2400.23206.1147.7955.69
Hex5895C43718017ce3038
Octal13022530467300273166070
Binary101100010010101110001001101111100001011111001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5895C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5895C4; }

 p { color: rgb(88,149,196); }

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

<style>
 a { background-color: #5895C4; }

 a { background-color: rgb(88,149,196); }

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

<style>
 span { border-color: #5895C4; }

 span { border-color: rgb(88,149,196); }

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