Html Css Color HEX #534B90 Victoria

📋 copy color: '#534B90'

red 83 ◦ green 75 ◦ blue 144

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

Shades of Victoria #534B90

Tints of Victoria #534B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 27.48%
G = 24.83%
B = 47.68%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#534B90 (or 0x534B90) is known color: Victoria. HEX triplet: 53, 4B and 90. RGB value is (83,75,144). Sum of RGB (Red+Green+Blue) = 83+75+144=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #534B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B90 is #ACB46F. Grayscale: #545454. Windows color (decimal): -11318384 or 9456467. OLE color: 9456467.

HSL color Cylindrical-coordinate representation of color #534B90: hue angle of 246.96º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534B90 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 75 144 -
CMYK 0.42 0.48 0 0.44
HSL 246.96º 0.32% 0.43% -
HSV(B) 246.96º 0.48% 0.56% -
XYZ 11.12 8.88 27.51 -
YUV 85.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 83 75 144 0.42 0.48 0 0.44 246.96 0.32 0.43
Hex 53 4B 90 2A 30 0 2C F7 20 2B
Octal 123 113 220 52 60 0 54 367 40 53
Binary 1010011 1001011 10010000 101010 110000 0 101100 11110111 100000 101011

Color Harmonies of #534B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B90

Black with #534B90

Text Example


Text Example

White with #534B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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