Html Css Color HEX #575A82 Comet

📋 copy color: '#575A82'

red 87 ◦ green 90 ◦ blue 130

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

Shades of Comet #575A82

Tints of Comet #575A82

RGB

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

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

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

R = 28.34%
G = 29.32%
B = 42.35%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575A82 (or 0x575A82) is known color: Comet. HEX triplet: 57, 5A and 82. RGB value is (87,90,130). Sum of RGB (Red+Green+Blue) = 87+90+130=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #575A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A82 is #A8A57D. Grayscale: #5D5D5D. Windows color (decimal): -11052414 or 8542807. OLE color: 8542807.

HSL color Cylindrical-coordinate representation of color #575A82: hue angle of 235.81º 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 #575A82 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 90 130 -
CMYK 0.33 0.31 0 0.49
HSL 235.81º 0.2% 0.43% -
HSV(B) 235.81º 0.33% 0.51% -
XYZ 11.62 10.95 22.62 -
YUV 93.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 87 90 130 0.33 0.31 0 0.49 235.81 0.2 0.43
Hex 57 5A 82 21 1F 0 31 EC 14 2B
Octal 127 132 202 41 37 0 61 354 24 53
Binary 1010111 1011010 10000010 100001 11111 0 110001 11101100 10100 101011

Color Harmonies of #575A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A82

Black with #575A82

Text Example


Text Example

White with #575A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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