Html Css Color HEX #575B82 Comet

📋 copy color: '#575B82'

red 87 ◦ green 91 ◦ blue 130

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

Shades of Comet #575B82

Tints of Comet #575B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 28.25%
G = 29.55%
B = 42.21%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575B82 (or 0x575B82) is known color: Comet. HEX triplet: 57, 5B and 82. RGB value is (87,91,130). Sum of RGB (Red+Green+Blue) = 87+91+130=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #575B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B82 is #A8A47D. Grayscale: #5E5E5E. Windows color (decimal): -11052158 or 8543063. OLE color: 8543063.

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

Color convert

RGB 87 91 130 -
CMYK 0.33 0.30 0 0.49
HSL 234.42º 0.2% 0.43% -
HSV(B) 234.42º 0.33% 0.51% -
XYZ 11.7 11.12 22.65 -
YUV 94.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 87 91 130 0.33 0.30 0 0.49 234.42 0.2 0.43
Hex 57 5B 82 21 1E 0 31 EA 14 2B
Octal 127 133 202 41 36 0 61 352 24 53
Binary 1010111 1011011 10000010 100001 11110 0 110001 11101010 10100 101011

Color Harmonies of #575B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B82

Black with #575B82

Text Example


Text Example

White with #575B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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