Html Css Color HEX #575A78 Comet

📋 copy color: '#575A78'

red 87 ◦ green 90 ◦ blue 120

#575A78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #575A78

Tints of Comet #575A78

RGB

 RED value IS 87 (34.38% from 255) = 29.29%

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 29.29%
G = 30.3%
B = 40.4%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575A78 (or 0x575A78) is known color: Comet. HEX triplet: 57, 5A and 78. RGB value is (87,90,120). Sum of RGB (Red+Green+Blue) = 87+90+120=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #575A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A78 is #A8A587. Grayscale: #5C5C5C. Windows color (decimal): -11052424 or 7887447. OLE color: 7887447.

HSL color Cylindrical-coordinate representation of color #575A78: hue angle of 234.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575A78 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 90 120 -
CMYK 0.28 0.25 0 0.53
HSL 234.55º 0.16% 0.41% -
HSV(B) 234.55º 0.28% 0.47% -
XYZ 10.98 10.69 19.26 -
YUV 92.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 87 90 120 0.28 0.25 0 0.53 234.55 0.16 0.41
Hex 57 5A 78 1C 19 0 35 EB 10 29
Octal 127 132 170 34 31 0 65 353 20 51
Binary 1010111 1011010 1111000 11100 11001 0 110101 11101011 10000 101001

Color Harmonies of #575A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A78

Black with #575A78

Text Example


Text Example

White with #575A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A78; }

 p { color: rgb(87,90,120); }

 H1.HeaderClassName
 {
   color: #575A78;
 }
 .AnyTagClassName
 {
   color: #575A78;
 }
</style>

background-color css

<style>
 a { background-color: #575A78; }

 a { background-color: rgb(87,90,120); }

 div.DivClassName
 {
   background-color: #575A78;
 }
 .BgClassName
 {
   background-color: #575A78;
 }
</style>

border-color css

<style>
 span { border-color: #575A78; }

 span { border-color: rgb(87,90,120); }

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