Html Css Color HEX #535076 Victoria

📋 copy color: '#535076'

red 83 ◦ green 80 ◦ blue 118

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

Shades of Victoria #535076

Tints of Victoria #535076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 29.54%
G = 28.47%
B = 41.99%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535076 (or 0x535076) is known color: Victoria. HEX triplet: 53, 50 and 76. RGB value is (83,80,118). Sum of RGB (Red+Green+Blue) = 83+80+118=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #535076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535076 is #ACAF89. Grayscale: #555555. Windows color (decimal): -11317130 or 7753811. OLE color: 7753811.

HSL color Cylindrical-coordinate representation of color #535076: hue angle of 244.74º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535076 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 80 118 -
CMYK 0.30 0.32 0 0.54
HSL 244.74º 0.19% 0.39% -
HSV(B) 244.74º 0.32% 0.46% -
XYZ 9.71 8.88 18.34 -
YUV 85.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 83 80 118 0.30 0.32 0 0.54 244.74 0.19 0.39
Hex 53 50 76 1E 20 0 36 F5 13 27
Octal 123 120 166 36 40 0 66 365 23 47
Binary 1010011 1010000 1110110 11110 100000 0 110110 11110101 10011 100111

Color Harmonies of #535076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535076

Black with #535076

Text Example


Text Example

White with #535076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535076; }

 p { color: rgb(83,80,118); }

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

background-color css

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

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

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

border-color css

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

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

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