Html Css Color HEX #575865 Comet

📋 copy color: '#575865'

red 87 ◦ green 88 ◦ blue 101

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

Shades of Comet #575865

Tints of Comet #575865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 31.52%
G = 31.88%
B = 36.59%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575865 (or 0x575865) is known color: Comet. HEX triplet: 57, 58 and 65. RGB value is (87,88,101). Sum of RGB (Red+Green+Blue) = 87+88+101=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #575865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575865 is #A8A79A. Grayscale: #595959. Windows color (decimal): -11052955 or 6641751. OLE color: 6641751.

HSL color Cylindrical-coordinate representation of color #575865: hue angle of 235.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575865 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 88 101 -
CMYK 0.14 0.13 0 0.60
HSL 235.71º 0.07% 0.37% -
HSV(B) 235.71º 0.14% 0.4% -
XYZ 9.77 9.95 13.72 -
YUV 89.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 87 88 101 0.14 0.13 0 0.60 235.71 0.07 0.37
Hex 57 58 65 E D 0 3C EC 7 25
Octal 127 130 145 16 15 0 74 354 7 45
Binary 1010111 1011000 1100101 1110 1101 0 111100 11101100 111 100101

Color Harmonies of #575865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575865

Black with #575865

Text Example


Text Example

White with #575865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575865; }

 p { color: rgb(87,88,101); }

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

background-color css

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

 a { background-color: rgb(87,88,101); }

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

border-color css

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

 span { border-color: rgb(87,88,101); }

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