Html Css Color HEX #535479 Comet

📋 copy color: '#535479'

red 83 ◦ green 84 ◦ blue 121

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

Shades of Comet #535479

Tints of Comet #535479

RGB

 RED value IS 83 (32.81% from 255) = 28.82%

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

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

R = 28.82%
G = 29.17%
B = 42.01%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535479 (or 0x535479) is known color: Comet. HEX triplet: 53, 54 and 79. RGB value is (83,84,121). Sum of RGB (Red+Green+Blue) = 83+84+121=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #535479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535479 is #ACAB86. Grayscale: #575757. Windows color (decimal): -11316103 or 7951443. OLE color: 7951443.

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

Color convert

RGB 83 84 121 -
CMYK 0.31 0.31 0 0.53
HSL 238.42º 0.19% 0.4% -
HSV(B) 238.42º 0.31% 0.47% -
XYZ 10.19 9.56 19.4 -
YUV 87.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 83 84 121 0.31 0.31 0 0.53 238.42 0.19 0.4
Hex 53 54 79 1F 1F 0 35 EE 13 28
Octal 123 124 171 37 37 0 65 356 23 50
Binary 1010011 1010100 1111001 11111 11111 0 110101 11101110 10011 101000

Color Harmonies of #535479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535479

Black with #535479

Text Example


Text Example

White with #535479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535479; }

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

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

background-color css

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

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

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

border-color css

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

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

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