Html Css Color HEX #575B7D Comet

📋 copy color: '#575B7D'

red 87 ◦ green 91 ◦ blue 125

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

Shades of Comet #575B7D

Tints of Comet #575B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 28.71%
G = 30.03%
B = 41.25%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#575B7D (or 0x575B7D) is known color: Comet. HEX triplet: 57, 5B and 7D. RGB value is (87,91,125). Sum of RGB (Red+Green+Blue) = 87+91+125=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #575B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B7D is #A8A482. Grayscale: #5D5D5D. Windows color (decimal): -11052163 or 8215383. OLE color: 8215383.

HSL color Cylindrical-coordinate representation of color #575B7D: hue angle of 233.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575B7D is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 91 125 -
CMYK 0.30 0.27 0 0.51
HSL 233.68º 0.18% 0.42% -
HSV(B) 233.68º 0.3% 0.49% -
XYZ 11.37 10.99 20.92 -
YUV 93.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 87 91 125 0.30 0.27 0 0.51 233.68 0.18 0.42
Hex 57 5B 7D 1E 1B 0 33 EA 12 2A
Octal 127 133 175 36 33 0 63 352 22 52
Binary 1010111 1011011 1111101 11110 11011 0 110011 11101010 10010 101010

Color Harmonies of #575B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B7D

Black with #575B7D

Text Example


Text Example

White with #575B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,125); }

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

background-color css

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

 a { background-color: rgb(87,91,125); }

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

border-color css

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

 span { border-color: rgb(87,91,125); }

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