Html Css Color HEX #535273 Comet

📋 copy color: '#535273'

red 83 ◦ green 82 ◦ blue 115

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

Shades of Comet #535273

Tints of Comet #535273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 29.64%
G = 29.29%
B = 41.07%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535273 (or 0x535273) is known color: Comet. HEX triplet: 53, 52 and 73. RGB value is (83,82,115). Sum of RGB (Red+Green+Blue) = 83+82+115=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #535273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535273 is #ACAD8C. Grayscale: #555555. Windows color (decimal): -11316621 or 7557715. OLE color: 7557715.

HSL color Cylindrical-coordinate representation of color #535273: hue angle of 241.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #535273 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 82 115 -
CMYK 0.28 0.29 0 0.55
HSL 241.82º 0.17% 0.39% -
HSV(B) 241.82º 0.29% 0.45% -
XYZ 9.68 9.11 17.47 -
YUV 86.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 83 82 115 0.28 0.29 0 0.55 241.82 0.17 0.39
Hex 53 52 73 1C 1D 0 37 F2 11 27
Octal 123 122 163 34 35 0 67 362 21 47
Binary 1010011 1010010 1110011 11100 11101 0 110111 11110010 10001 100111

Color Harmonies of #535273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535273

Black with #535273

Text Example


Text Example

White with #535273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535273; }

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

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

background-color css

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

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

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

border-color css

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

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

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