Html Css Color HEX #575983 Comet

📋 copy color: '#575983'

red 87 ◦ green 89 ◦ blue 131

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

Shades of Comet #575983

Tints of Comet #575983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 28.34%
G = 28.99%
B = 42.67%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575983 (or 0x575983) is known color: Comet. HEX triplet: 57, 59 and 83. RGB value is (87,89,131). Sum of RGB (Red+Green+Blue) = 87+89+131=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #575983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575983 is #A8A67C. Grayscale: #5D5D5D. Windows color (decimal): -11052669 or 8608087. OLE color: 8608087.

HSL color Cylindrical-coordinate representation of color #575983: hue angle of 237.27º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575983 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 89 131 -
CMYK 0.34 0.32 0 0.49
HSL 237.27º 0.2% 0.43% -
HSV(B) 237.27º 0.34% 0.51% -
XYZ 11.6 10.81 22.95 -
YUV 93.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 87 89 131 0.34 0.32 0 0.49 237.27 0.2 0.43
Hex 57 59 83 22 20 0 31 ED 14 2B
Octal 127 131 203 42 40 0 61 355 24 53
Binary 1010111 1011001 10000011 100010 100000 0 110001 11101101 10100 101011

Color Harmonies of #575983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575983

Black with #575983

Text Example


Text Example

White with #575983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575983; }

 p { color: rgb(87,89,131); }

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

background-color css

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

 a { background-color: rgb(87,89,131); }

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

border-color css

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

 span { border-color: rgb(87,89,131); }

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