Html Css Color HEX #535275 Comet

📋 copy color: '#535275'

red 83 ◦ green 82 ◦ blue 117

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

Shades of Comet #535275

Tints of Comet #535275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 29.43%
G = 29.08%
B = 41.49%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535275 (or 0x535275) is known color: Comet. HEX triplet: 53, 52 and 75. RGB value is (83,82,117). Sum of RGB (Red+Green+Blue) = 83+82+117=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #535275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535275 is #ACAD8A. Grayscale: #565656. Windows color (decimal): -11316619 or 7688787. OLE color: 7688787.

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

Color convert

RGB 83 82 117 -
CMYK 0.29 0.30 0 0.54
HSL 241.71º 0.18% 0.39% -
HSV(B) 241.71º 0.3% 0.46% -
XYZ 9.8 9.16 18.08 -
YUV 86.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 83 82 117 0.29 0.30 0 0.54 241.71 0.18 0.39
Hex 53 52 75 1D 1E 0 36 F2 12 27
Octal 123 122 165 35 36 0 66 362 22 47
Binary 1010011 1010010 1110101 11101 11110 0 110110 11110010 10010 100111

Color Harmonies of #535275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535275

Black with #535275

Text Example


Text Example

White with #535275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535275; }

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

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

background-color css

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

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

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

border-color css

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

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

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