Html Css Color HEX #575A75 Comet

📋 copy color: '#575A75'

red 87 ◦ green 90 ◦ blue 117

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

Shades of Comet #575A75

Tints of Comet #575A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.61%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 29.59%
G = 30.61%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575A75 (or 0x575A75) is known color: Comet. HEX triplet: 57, 5A and 75. RGB value is (87,90,117). Sum of RGB (Red+Green+Blue) = 87+90+117=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #575A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A75 is #A8A58A. Grayscale: #5C5C5C. Windows color (decimal): -11052427 or 7690839. OLE color: 7690839.

HSL color Cylindrical-coordinate representation of color #575A75: hue angle of 234º 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 #575A75 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 90 117 -
CMYK 0.26 0.23 0 0.54
HSL 234º 0.15% 0.4% -
HSV(B) 234º 0.26% 0.46% -
XYZ 10.8 10.62 18.31 -
YUV 92.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 87 90 117 0.26 0.23 0 0.54 234 0.15 0.4
Hex 57 5A 75 1A 17 0 36 EA F 28
Octal 127 132 165 32 27 0 66 352 17 50
Binary 1010111 1011010 1110101 11010 10111 0 110110 11101010 1111 101000

Color Harmonies of #575A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A75

Black with #575A75

Text Example


Text Example

White with #575A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,117); }

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

background-color css

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

 a { background-color: rgb(87,90,117); }

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

border-color css

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

 span { border-color: rgb(87,90,117); }

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