#578BCB

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

Shades of Danube #578BCB

Tints of Danube #578BCB

Color information

#578BCB (or 0x578BCB) is unknown color: approx Danube. HEX triplet: 57, 8B and CB. RGB value is (87,139,203). Sum of RGB (Red+Green+Blue) = 87+139+203=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #578BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578BCB is #A87434. Grayscale: #828282. Windows color (decimal): -11039797 or 13339479. OLE color: 13339479.

HSL color Cylindrical-coordinate representation of color #578BCB: hue angle of 213.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #578BCB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87139203-
CMYK0.570.3200.20
HSL213.1º52.73%56.86%-
HSV(B)213.1º57.14%79.61%-
XYZ23.9424.860.03-
YUV130.75168.7796.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.28%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=20.28%
G=32.40%
B=47.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871392030.570.3200.20213.152.7356.86
Hex578BCB3920014d53539
Octal12721331371400243256571
Binary1010111100010111100101111100110000001010011010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578BCB; }

 p { color: rgb(87,139,203); }

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

<style>
 a { background-color: #578BCB; }

 a { background-color: rgb(87,139,203); }

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

<style>
 span { border-color: #578BCB; }

 span { border-color: rgb(87,139,203); }

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