Html Css Color HEX #575974 Comet

📋 copy color: '#575974'

red 87 ◦ green 89 ◦ blue 116

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

Shades of Comet #575974

Tints of Comet #575974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 29.79%
G = 30.48%
B = 39.73%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575974 (or 0x575974) is known color: Comet. HEX triplet: 57, 59 and 74. RGB value is (87,89,116). Sum of RGB (Red+Green+Blue) = 87+89+116=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #575974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575974 is #A8A68B. Grayscale: #5B5B5B. Windows color (decimal): -11052684 or 7625047. OLE color: 7625047.

HSL color Cylindrical-coordinate representation of color #575974: hue angle of 235.86º 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 #575974 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 89 116 -
CMYK 0.25 0.23 0 0.55
HSL 235.86º 0.14% 0.4% -
HSV(B) 235.86º 0.25% 0.45% -
XYZ 10.66 10.43 17.97 -
YUV 91.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 87 89 116 0.25 0.23 0 0.55 235.86 0.14 0.4
Hex 57 59 74 19 17 0 37 EC E 28
Octal 127 131 164 31 27 0 67 354 16 50
Binary 1010111 1011001 1110100 11001 10111 0 110111 11101100 1110 101000

Color Harmonies of #575974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575974

Black with #575974

Text Example


Text Example

White with #575974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575974; }

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

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

background-color css

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

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

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

border-color css

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

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

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