Html Css Color HEX #534E88 Victoria

📋 copy color: '#534E88'

red 83 ◦ green 78 ◦ blue 136

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

Shades of Victoria #534E88

Tints of Victoria #534E88

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.26%

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 27.95%
G = 26.26%
B = 45.79%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#534E88 (or 0x534E88) is known color: Victoria. HEX triplet: 53, 4E and 88. RGB value is (83,78,136). Sum of RGB (Red+Green+Blue) = 83+78+136=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #534E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534E88 is #ACB177. Grayscale: #555555. Windows color (decimal): -11317624 or 8932947. OLE color: 8932947.

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

Color convert

RGB 83 78 136 -
CMYK 0.39 0.43 0 0.47
HSL 245.17º 0.27% 0.42% -
HSV(B) 245.17º 0.43% 0.53% -
XYZ 10.74 9.07 24.48 -
YUV 86.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 83 78 136 0.39 0.43 0 0.47 245.17 0.27 0.42
Hex 53 4E 88 27 2B 0 2F F5 1B 2A
Octal 123 116 210 47 53 0 57 365 33 52
Binary 1010011 1001110 10001000 100111 101011 0 101111 11110101 11011 101010

Color Harmonies of #534E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E88

Black with #534E88

Text Example


Text Example

White with #534E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,78,136); }

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

background-color css

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

 a { background-color: rgb(83,78,136); }

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

border-color css

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

 span { border-color: rgb(83,78,136); }

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