Html Css Color HEX #535474 Comet

📋 copy color: '#535474'

red 83 ◦ green 84 ◦ blue 116

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

Shades of Comet #535474

Tints of Comet #535474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 29.33%
G = 29.68%
B = 40.99%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#535474 (or 0x535474) is known color: Comet. HEX triplet: 53, 54 and 74. RGB value is (83,84,116). Sum of RGB (Red+Green+Blue) = 83+84+116=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #535474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535474 is #ACAB8B. Grayscale: #575757. Windows color (decimal): -11316108 or 7623763. OLE color: 7623763.

HSL color Cylindrical-coordinate representation of color #535474: hue angle of 238.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535474 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 84 116 -
CMYK 0.28 0.28 0 0.55
HSL 238.18º 0.17% 0.39% -
HSV(B) 238.18º 0.28% 0.45% -
XYZ 9.89 9.44 17.82 -
YUV 87.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 83 84 116 0.28 0.28 0 0.55 238.18 0.17 0.39
Hex 53 54 74 1C 1C 0 37 EE 11 27
Octal 123 124 164 34 34 0 67 356 21 47
Binary 1010011 1010100 1110100 11100 11100 0 110111 11101110 10001 100111

Color Harmonies of #535474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535474

Black with #535474

Text Example


Text Example

White with #535474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535474; }

 p { color: rgb(83,84,116); }

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

background-color css

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

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

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

border-color css

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

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

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