Html Css Color HEX #575C76 Comet

📋 copy color: '#575C76'

red 87 ◦ green 92 ◦ blue 118

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

Shades of Comet #575C76

Tints of Comet #575C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 29.29%
G = 30.98%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575C76 (or 0x575C76) is known color: Comet. HEX triplet: 57, 5C and 76. RGB value is (87,92,118). Sum of RGB (Red+Green+Blue) = 87+92+118=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #575C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C76 is #A8A389. Grayscale: #5D5D5D. Windows color (decimal): -11051914 or 7756887. OLE color: 7756887.

HSL color Cylindrical-coordinate representation of color #575C76: hue angle of 230.32º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575C76 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 92 118 -
CMYK 0.26 0.22 0 0.54
HSL 230.32º 0.15% 0.4% -
HSV(B) 230.32º 0.26% 0.46% -
XYZ 11.03 10.99 18.68 -
YUV 93.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 87 92 118 0.26 0.22 0 0.54 230.32 0.15 0.4
Hex 57 5C 76 1A 16 0 36 E6 F 28
Octal 127 134 166 32 26 0 66 346 17 50
Binary 1010111 1011100 1110110 11010 10110 0 110110 11100110 1111 101000

Color Harmonies of #575C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C76

Black with #575C76

Text Example


Text Example

White with #575C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,92,118); }

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

background-color css

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

 a { background-color: rgb(87,92,118); }

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

border-color css

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

 span { border-color: rgb(87,92,118); }

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