Html Css Color HEX #575D7A Comet

📋 copy color: '#575D7A'

red 87 ◦ green 93 ◦ blue 122

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

Shades of Comet #575D7A

Tints of Comet #575D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 28.81%
G = 30.79%
B = 40.4%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#575D7A (or 0x575D7A) is known color: Comet. HEX triplet: 57, 5D and 7A. RGB value is (87,93,122). Sum of RGB (Red+Green+Blue) = 87+93+122=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #575D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D7A is #A8A285. Grayscale: #5E5E5E. Windows color (decimal): -11051654 or 8019287. OLE color: 8019287.

HSL color Cylindrical-coordinate representation of color #575D7A: hue angle of 229.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575D7A is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 93 122 -
CMYK 0.29 0.24 0 0.52
HSL 229.71º 0.17% 0.41% -
HSV(B) 229.71º 0.29% 0.48% -
XYZ 11.36 11.26 19.99 -
YUV 94.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 87 93 122 0.29 0.24 0 0.52 229.71 0.17 0.41
Hex 57 5D 7A 1D 18 0 34 E6 11 29
Octal 127 135 172 35 30 0 64 346 21 51
Binary 1010111 1011101 1111010 11101 11000 0 110100 11100110 10001 101001

Color Harmonies of #575D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D7A

Black with #575D7A

Text Example


Text Example

White with #575D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,122); }

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

background-color css

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

 a { background-color: rgb(87,93,122); }

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

border-color css

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

 span { border-color: rgb(87,93,122); }

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