Html Css Color HEX #535276 Comet

📋 copy color: '#535276'

red 83 ◦ green 82 ◦ blue 118

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

Shades of Comet #535276

Tints of Comet #535276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 29.33%
G = 28.98%
B = 41.7%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535276 (or 0x535276) is known color: Comet. HEX triplet: 53, 52 and 76. RGB value is (83,82,118). Sum of RGB (Red+Green+Blue) = 83+82+118=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #535276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535276 is #ACAD89. Grayscale: #565656. Windows color (decimal): -11316618 or 7754323. OLE color: 7754323.

HSL color Cylindrical-coordinate representation of color #535276: hue angle of 241.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535276 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 82 118 -
CMYK 0.30 0.31 0 0.54
HSL 241.67º 0.18% 0.39% -
HSV(B) 241.67º 0.31% 0.46% -
XYZ 9.85 9.18 18.39 -
YUV 86.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 83 82 118 0.30 0.31 0 0.54 241.67 0.18 0.39
Hex 53 52 76 1E 1F 0 36 F2 12 27
Octal 123 122 166 36 37 0 66 362 22 47
Binary 1010011 1010010 1110110 11110 11111 0 110110 11110010 10010 100111

Color Harmonies of #535276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535276

Black with #535276

Text Example


Text Example

White with #535276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535276; }

 p { color: rgb(83,82,118); }

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

background-color css

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

 a { background-color: rgb(83,82,118); }

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

border-color css

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

 span { border-color: rgb(83,82,118); }

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