Html Css Color HEX #52557E Comet

📋 copy color: '#52557E'

red 82 ◦ green 85 ◦ blue 126

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

Shades of Comet #52557E

Tints of Comet #52557E

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 126 (49.61% from 255) = 43%

R = 27.99%
G = 29.01%
B = 43%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52557E (or 0x52557E) is known color: Comet. HEX triplet: 52, 55 and 7E. RGB value is (82,85,126). Sum of RGB (Red+Green+Blue) = 82+85+126=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #52557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52557E is #ADAA81. Grayscale: #585858. Windows color (decimal): -11381378 or 8279378. OLE color: 8279378.

HSL color Cylindrical-coordinate representation of color #52557E: hue angle of 235.91º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52557E is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 85 126 -
CMYK 0.35 0.33 0 0.51
HSL 235.91º 0.21% 0.41% -
HSV(B) 235.91º 0.35% 0.49% -
XYZ 10.49 9.8 21.08 -
YUV 88.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 82 85 126 0.35 0.33 0 0.51 235.91 0.21 0.41
Hex 52 55 7E 23 21 0 33 EC 15 29
Octal 122 125 176 43 41 0 63 354 25 51
Binary 1010010 1010101 1111110 100011 100001 0 110011 11101100 10101 101001

Color Harmonies of #52557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52557E

Black with #52557E

Text Example


Text Example

White with #52557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52557E; }

 p { color: rgb(82,85,126); }

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

background-color css

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

 a { background-color: rgb(82,85,126); }

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

border-color css

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

 span { border-color: rgb(82,85,126); }

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