Html Css Color HEX #575C7A Comet

📋 copy color: '#575C7A'

red 87 ◦ green 92 ◦ blue 122

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

Shades of Comet #575C7A

Tints of Comet #575C7A

RGB

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

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

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

R = 28.9%
G = 30.56%
B = 40.53%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#575C7A (or 0x575C7A) is known color: Comet. HEX triplet: 57, 5C and 7A. RGB value is (87,92,122). Sum of RGB (Red+Green+Blue) = 87+92+122=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #575C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C7A is #A8A385. Grayscale: #5D5D5D. Windows color (decimal): -11051910 or 8019031. OLE color: 8019031.

HSL color Cylindrical-coordinate representation of color #575C7A: hue angle of 231.43º 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 #575C7A is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 92 122 -
CMYK 0.29 0.25 0 0.52
HSL 231.43º 0.17% 0.41% -
HSV(B) 231.43º 0.29% 0.48% -
XYZ 11.27 11.09 19.96 -
YUV 93.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 87 92 122 0.29 0.25 0 0.52 231.43 0.17 0.41
Hex 57 5C 7A 1D 19 0 34 E7 11 29
Octal 127 134 172 35 31 0 64 347 21 51
Binary 1010111 1011100 1111010 11101 11001 0 110100 11100111 10001 101001

Color Harmonies of #575C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C7A

Black with #575C7A

Text Example


Text Example

White with #575C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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