Html Css Color HEX #575B70 Comet

📋 copy color: '#575B70'

red 87 ◦ green 91 ◦ blue 112

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

Shades of Comet #575B70

Tints of Comet #575B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

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

R = 30%
G = 31.38%
B = 38.62%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575B70 (or 0x575B70) is known color: Comet. HEX triplet: 57, 5B and 70. RGB value is (87,91,112). Sum of RGB (Red+Green+Blue) = 87+91+112=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #575B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B70 is #A8A48F. Grayscale: #5C5C5C. Windows color (decimal): -11052176 or 7363415. OLE color: 7363415.

HSL color Cylindrical-coordinate representation of color #575B70: hue angle of 230.4º 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 #575B70 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 91 112 -
CMYK 0.22 0.19 0 0.56
HSL 230.4º 0.13% 0.39% -
HSV(B) 230.4º 0.22% 0.44% -
XYZ 10.6 10.68 16.83 -
YUV 92.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 87 91 112 0.22 0.19 0 0.56 230.4 0.13 0.39
Hex 57 5B 70 16 13 0 38 E6 D 27
Octal 127 133 160 26 23 0 70 346 15 47
Binary 1010111 1011011 1110000 10110 10011 0 111000 11100110 1101 100111

Color Harmonies of #575B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B70

Black with #575B70

Text Example


Text Example

White with #575B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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