Html Css Color HEX #575A70 Comet

📋 copy color: '#575A70'

red 87 ◦ green 90 ◦ blue 112

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

Shades of Comet #575A70

Tints of Comet #575A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 30.1%
G = 31.14%
B = 38.75%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575A70 (or 0x575A70) is known color: Comet. HEX triplet: 57, 5A and 70. RGB value is (87,90,112). Sum of RGB (Red+Green+Blue) = 87+90+112=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #575A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A70 is #A8A58F. Grayscale: #5B5B5B. Windows color (decimal): -11052432 or 7363159. OLE color: 7363159.

HSL color Cylindrical-coordinate representation of color #575A70: hue angle of 232.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575A70 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 90 112 -
CMYK 0.22 0.20 0 0.56
HSL 232.8º 0.13% 0.39% -
HSV(B) 232.8º 0.22% 0.44% -
XYZ 10.51 10.51 16.8 -
YUV 91.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 87 90 112 0.22 0.20 0 0.56 232.8 0.13 0.39
Hex 57 5A 70 16 14 0 38 E9 D 27
Octal 127 132 160 26 24 0 70 351 15 47
Binary 1010111 1011010 1110000 10110 10100 0 111000 11101001 1101 100111

Color Harmonies of #575A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A70

Black with #575A70

Text Example


Text Example

White with #575A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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