Html Css Color HEX #534F89 Victoria

📋 copy color: '#534F89'

red 83 ◦ green 79 ◦ blue 137

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

Shades of Victoria #534F89

Tints of Victoria #534F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 27.76%
G = 26.42%
B = 45.82%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#534F89 (or 0x534F89) is known color: Victoria. HEX triplet: 53, 4F and 89. RGB value is (83,79,137). Sum of RGB (Red+Green+Blue) = 83+79+137=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #534F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F89 is #ACB076. Grayscale: #565656. Windows color (decimal): -11317367 or 8998739. OLE color: 8998739.

HSL color Cylindrical-coordinate representation of color #534F89: hue angle of 244.14º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534F89 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 79 137 -
CMYK 0.39 0.42 0 0.46
HSL 244.14º 0.27% 0.42% -
HSV(B) 244.14º 0.42% 0.54% -
XYZ 10.88 9.24 24.88 -
YUV 86.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 83 79 137 0.39 0.42 0 0.46 244.14 0.27 0.42
Hex 53 4F 89 27 2A 0 2E F4 1B 2A
Octal 123 117 211 47 52 0 56 364 33 52
Binary 1010011 1001111 10001001 100111 101010 0 101110 11110100 11011 101010

Color Harmonies of #534F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F89

Black with #534F89

Text Example


Text Example

White with #534F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,79,137); }

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

background-color css

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

 a { background-color: rgb(83,79,137); }

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

border-color css

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

 span { border-color: rgb(83,79,137); }

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