Html Css Color HEX #534B81 Victoria

📋 copy color: '#534B81'

red 83 ◦ green 75 ◦ blue 129

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

Shades of Victoria #534B81

Tints of Victoria #534B81

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 28.92%
G = 26.13%
B = 44.95%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534B81 (or 0x534B81) is known color: Victoria. HEX triplet: 53, 4B and 81. RGB value is (83,75,129). Sum of RGB (Red+Green+Blue) = 83+75+129=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #534B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B81 is #ACB47E. Grayscale: #535353. Windows color (decimal): -11318399 or 8473427. OLE color: 8473427.

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

Color convert

RGB 83 75 129 -
CMYK 0.36 0.42 0 0.49
HSL 248.89º 0.26% 0.4% -
HSV(B) 248.89º 0.42% 0.51% -
XYZ 10.05 8.46 21.87 -
YUV 83.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 83 75 129 0.36 0.42 0 0.49 248.89 0.26 0.4
Hex 53 4B 81 24 2A 0 31 F9 1A 28
Octal 123 113 201 44 52 0 61 371 32 50
Binary 1010011 1001011 10000001 100100 101010 0 110001 11111001 11010 101000

Color Harmonies of #534B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B81

Black with #534B81

Text Example


Text Example

White with #534B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B81; }

 p { color: rgb(83,75,129); }

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

background-color css

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

 a { background-color: rgb(83,75,129); }

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

border-color css

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

 span { border-color: rgb(83,75,129); }

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