Html Css Color HEX #535578 Comet

📋 copy color: '#535578'

red 83 ◦ green 85 ◦ blue 120

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

Shades of Comet #535578

Tints of Comet #535578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 28.82%
G = 29.51%
B = 41.67%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535578 (or 0x535578) is known color: Comet. HEX triplet: 53, 55 and 78. RGB value is (83,85,120). Sum of RGB (Red+Green+Blue) = 83+85+120=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #535578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535578 is #ACAA87. Grayscale: #585858. Windows color (decimal): -11315848 or 7886163. OLE color: 7886163.

HSL color Cylindrical-coordinate representation of color #535578: hue angle of 236.76º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535578 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 85 120 -
CMYK 0.31 0.29 0 0.53
HSL 236.76º 0.18% 0.4% -
HSV(B) 236.76º 0.31% 0.47% -
XYZ 10.21 9.69 19.1 -
YUV 88.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 83 85 120 0.31 0.29 0 0.53 236.76 0.18 0.4
Hex 53 55 78 1F 1D 0 35 ED 12 28
Octal 123 125 170 37 35 0 65 355 22 50
Binary 1010011 1010101 1111000 11111 11101 0 110101 11101101 10010 101000

Color Harmonies of #535578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535578

Black with #535578

Text Example


Text Example

White with #535578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535578; }

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

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

background-color css

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

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

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

border-color css

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

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

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