Html Css Color HEX #535378 Comet

📋 copy color: '#535378'

red 83 ◦ green 83 ◦ blue 120

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

Shades of Comet #535378

Tints of Comet #535378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 29.02%
G = 29.02%
B = 41.96%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535378 (or 0x535378) is known color: Comet. HEX triplet: 53, 53 and 78. RGB value is (83,83,120). Sum of RGB (Red+Green+Blue) = 83+83+120=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #535378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535378 is #ACAC87. Grayscale: #575757. Windows color (decimal): -11316360 or 7885651. OLE color: 7885651.

HSL color Cylindrical-coordinate representation of color #535378: hue angle of 240º 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 #535378 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 83 120 -
CMYK 0.31 0.31 0 0.53
HSL 240º 0.18% 0.4% -
HSV(B) 240º 0.31% 0.47% -
XYZ 10.05 9.38 19.05 -
YUV 87.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 83 83 120 0.31 0.31 0 0.53 240 0.18 0.4
Hex 53 53 78 1F 1F 0 35 F0 12 28
Octal 123 123 170 37 37 0 65 360 22 50
Binary 1010011 1010011 1111000 11111 11111 0 110101 11110000 10010 101000

Color Harmonies of #535378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535378

Black with #535378

Text Example


Text Example

White with #535378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535378; }

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

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

background-color css

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

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

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

border-color css

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

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

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