Html Css Color HEX #535282 Victoria

📋 copy color: '#535282'

red 83 ◦ green 82 ◦ blue 130

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

Shades of Victoria #535282

Tints of Victoria #535282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 28.14%
G = 27.8%
B = 44.07%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535282 (or 0x535282) is known color: Victoria. HEX triplet: 53, 52 and 82. RGB value is (83,82,130). Sum of RGB (Red+Green+Blue) = 83+82+130=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #535282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535282 is #ACAD7D. Grayscale: #575757. Windows color (decimal): -11316606 or 8540755. OLE color: 8540755.

HSL color Cylindrical-coordinate representation of color #535282: hue angle of 241.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535282 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 82 130 -
CMYK 0.36 0.37 0 0.49
HSL 241.25º 0.23% 0.42% -
HSV(B) 241.25º 0.37% 0.51% -
XYZ 10.61 9.49 22.39 -
YUV 87.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 83 82 130 0.36 0.37 0 0.49 241.25 0.23 0.42
Hex 53 52 82 24 25 0 31 F1 17 2A
Octal 123 122 202 44 45 0 61 361 27 52
Binary 1010011 1010010 10000010 100100 100101 0 110001 11110001 10111 101010

Color Harmonies of #535282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535282

Black with #535282

Text Example


Text Example

White with #535282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535282; }

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

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

background-color css

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

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

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

border-color css

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

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

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