Html Css Color HEX #575C74 Comet

📋 copy color: '#575C74'

red 87 ◦ green 92 ◦ blue 116

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

Shades of Comet #575C74

Tints of Comet #575C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 29.49%
G = 31.19%
B = 39.32%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575C74 (or 0x575C74) is known color: Comet. HEX triplet: 57, 5C and 74. RGB value is (87,92,116). Sum of RGB (Red+Green+Blue) = 87+92+116=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #575C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C74 is #A8A38B. Grayscale: #5D5D5D. Windows color (decimal): -11051916 or 7625815. OLE color: 7625815.

HSL color Cylindrical-coordinate representation of color #575C74: hue angle of 229.66º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #575C74 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 92 116 -
CMYK 0.25 0.21 0 0.55
HSL 229.66º 0.14% 0.4% -
HSV(B) 229.66º 0.25% 0.45% -
XYZ 10.91 10.94 18.06 -
YUV 93.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 87 92 116 0.25 0.21 0 0.55 229.66 0.14 0.4
Hex 57 5C 74 19 15 0 37 E6 E 28
Octal 127 134 164 31 25 0 67 346 16 50
Binary 1010111 1011100 1110100 11001 10101 0 110111 11100110 1110 101000

Color Harmonies of #575C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C74

Black with #575C74

Text Example


Text Example

White with #575C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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