Html Css Color HEX #535580 Comet

📋 copy color: '#535580'

red 83 ◦ green 85 ◦ blue 128

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

Shades of Comet #535580

Tints of Comet #535580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 28.04%
G = 28.72%
B = 43.24%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535580 (or 0x535580) is known color: Comet. HEX triplet: 53, 55 and 80. RGB value is (83,85,128). Sum of RGB (Red+Green+Blue) = 83+85+128=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #535580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535580 is #ACAA7F. Grayscale: #595959. Windows color (decimal): -11315840 or 8410451. OLE color: 8410451.

HSL color Cylindrical-coordinate representation of color #535580: hue angle of 237.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #535580 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 85 128 -
CMYK 0.35 0.34 0 0.50
HSL 237.33º 0.21% 0.41% -
HSV(B) 237.33º 0.35% 0.5% -
XYZ 10.71 9.89 21.77 -
YUV 89.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 83 85 128 0.35 0.34 0 0.50 237.33 0.21 0.41
Hex 53 55 80 23 22 0 32 ED 15 29
Octal 123 125 200 43 42 0 62 355 25 51
Binary 1010011 1010101 10000000 100011 100010 0 110010 11101101 10101 101001

Color Harmonies of #535580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535580

Black with #535580

Text Example


Text Example

White with #535580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535580; }

 p { color: rgb(83,85,128); }

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

background-color css

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

 a { background-color: rgb(83,85,128); }

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

border-color css

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

 span { border-color: rgb(83,85,128); }

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