Html Css Color HEX #535283 Victoria

📋 copy color: '#535283'

red 83 ◦ green 82 ◦ blue 131

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

Shades of Victoria #535283

Tints of Victoria #535283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 28.04%
G = 27.7%
B = 44.26%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535283 (or 0x535283) is known color: Victoria. HEX triplet: 53, 52 and 83. RGB value is (83,82,131). Sum of RGB (Red+Green+Blue) = 83+82+131=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #535283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535283 is #ACAD7C. Grayscale: #575757. Windows color (decimal): -11316605 or 8606291. OLE color: 8606291.

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

Color convert

RGB 83 82 131 -
CMYK 0.37 0.37 0 0.49
HSL 241.22º 0.23% 0.42% -
HSV(B) 241.22º 0.37% 0.51% -
XYZ 10.68 9.51 22.75 -
YUV 87.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 83 82 131 0.37 0.37 0 0.49 241.22 0.23 0.42
Hex 53 52 83 25 25 0 31 F1 17 2A
Octal 123 122 203 45 45 0 61 361 27 52
Binary 1010011 1010010 10000011 100101 100101 0 110001 11110001 10111 101010

Color Harmonies of #535283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535283

Black with #535283

Text Example


Text Example

White with #535283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535283; }

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

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

background-color css

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

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

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

border-color css

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

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

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