Html Css Color HEX #525479 Comet

📋 copy color: '#525479'

red 82 ◦ green 84 ◦ blue 121

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

Shades of Comet #525479

Tints of Comet #525479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 28.57%
G = 29.27%
B = 42.16%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525479 (or 0x525479) is known color: Comet. HEX triplet: 52, 54 and 79. RGB value is (82,84,121). Sum of RGB (Red+Green+Blue) = 82+84+121=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #525479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525479 is #ADAB86. Grayscale: #575757. Windows color (decimal): -11381639 or 7951442. OLE color: 7951442.

HSL color Cylindrical-coordinate representation of color #525479: hue angle of 236.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525479 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 84 121 -
CMYK 0.32 0.31 0 0.53
HSL 236.92º 0.19% 0.4% -
HSV(B) 236.92º 0.32% 0.47% -
XYZ 10.1 9.51 19.39 -
YUV 87.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 82 84 121 0.32 0.31 0 0.53 236.92 0.19 0.4
Hex 52 54 79 20 1F 0 35 ED 13 28
Octal 122 124 171 40 37 0 65 355 23 50
Binary 1010010 1010100 1111001 100000 11111 0 110101 11101101 10011 101000

Color Harmonies of #525479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525479

Black with #525479

Text Example


Text Example

White with #525479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525479; }

 p { color: rgb(82,84,121); }

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

background-color css

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

 a { background-color: rgb(82,84,121); }

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

border-color css

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

 span { border-color: rgb(82,84,121); }

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