Html Css Color HEX #575B71 Comet

📋 copy color: '#575B71'

red 87 ◦ green 91 ◦ blue 113

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

Shades of Comet #575B71

Tints of Comet #575B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 29.9%
G = 31.27%
B = 38.83%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575B71 (or 0x575B71) is known color: Comet. HEX triplet: 57, 5B and 71. RGB value is (87,91,113). Sum of RGB (Red+Green+Blue) = 87+91+113=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #575B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B71 is #A8A48E. Grayscale: #5C5C5C. Windows color (decimal): -11052175 or 7428951. OLE color: 7428951.

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

Color convert

RGB 87 91 113 -
CMYK 0.23 0.19 0 0.56
HSL 230.77º 0.13% 0.39% -
HSV(B) 230.77º 0.23% 0.44% -
XYZ 10.65 10.7 17.13 -
YUV 92.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 87 91 113 0.23 0.19 0 0.56 230.77 0.13 0.39
Hex 57 5B 71 17 13 0 38 E7 D 27
Octal 127 133 161 27 23 0 70 347 15 47
Binary 1010111 1011011 1110001 10111 10011 0 111000 11100111 1101 100111

Color Harmonies of #575B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B71

Black with #575B71

Text Example


Text Example

White with #575B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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