Html Css Color HEX #535278 Victoria

📋 copy color: '#535278'

red 83 ◦ green 82 ◦ blue 120

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

Shades of Victoria #535278

Tints of Victoria #535278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 29.12%
G = 28.77%
B = 42.11%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535278 (or 0x535278) is known color: Victoria. HEX triplet: 53, 52 and 78. RGB value is (83,82,120). Sum of RGB (Red+Green+Blue) = 83+82+120=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #535278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535278 is #ACAD87. Grayscale: #565656. Windows color (decimal): -11316616 or 7885395. OLE color: 7885395.

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

Color convert

RGB 83 82 120 -
CMYK 0.31 0.32 0 0.53
HSL 241.58º 0.19% 0.4% -
HSV(B) 241.58º 0.32% 0.47% -
XYZ 9.97 9.23 19.03 -
YUV 86.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 83 82 120 0.31 0.32 0 0.53 241.58 0.19 0.4
Hex 53 52 78 1F 20 0 35 F2 13 28
Octal 123 122 170 37 40 0 65 362 23 50
Binary 1010011 1010010 1111000 11111 100000 0 110101 11110010 10011 101000

Color Harmonies of #535278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535278

Black with #535278

Text Example


Text Example

White with #535278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535278; }

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

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

background-color css

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

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

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

border-color css

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

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

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