Html Css Color HEX #535680 Comet

📋 copy color: '#535680'

red 83 ◦ green 86 ◦ blue 128

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

Shades of Comet #535680

Tints of Comet #535680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 27.95%
G = 28.96%
B = 43.1%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535680 (or 0x535680) is known color: Comet. HEX triplet: 53, 56 and 80. RGB value is (83,86,128). Sum of RGB (Red+Green+Blue) = 83+86+128=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #535680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535680 is #ACA97F. Grayscale: #595959. Windows color (decimal): -11315584 or 8410707. OLE color: 8410707.

HSL color Cylindrical-coordinate representation of color #535680: hue angle of 236º 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 #535680 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 86 128 -
CMYK 0.35 0.33 0 0.50
HSL 236º 0.21% 0.41% -
HSV(B) 236º 0.35% 0.5% -
XYZ 10.79 10.05 21.79 -
YUV 89.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 83 86 128 0.35 0.33 0 0.50 236 0.21 0.41
Hex 53 56 80 23 21 0 32 EC 15 29
Octal 123 126 200 43 41 0 62 354 25 51
Binary 1010011 1010110 10000000 100011 100001 0 110010 11101100 10101 101001

Color Harmonies of #535680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535680

Black with #535680

Text Example


Text Example

White with #535680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535680; }

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

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

background-color css

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

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

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

border-color css

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

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

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