Html Css Color HEX #534E7D Victoria

📋 copy color: '#534E7D'

red 83 ◦ green 78 ◦ blue 125

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

Shades of Victoria #534E7D

Tints of Victoria #534E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 29.02%
G = 27.27%
B = 43.71%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#534E7D (or 0x534E7D) is known color: Victoria. HEX triplet: 53, 4E and 7D. RGB value is (83,78,125). Sum of RGB (Red+Green+Blue) = 83+78+125=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #534E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E7D is #ACB182. Grayscale: #545454. Windows color (decimal): -11317635 or 8212051. OLE color: 8212051.

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

Color convert

RGB 83 78 125 -
CMYK 0.34 0.38 0 0.51
HSL 246.38º 0.23% 0.4% -
HSV(B) 246.38º 0.38% 0.49% -
XYZ 9.99 8.77 20.57 -
YUV 84.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 83 78 125 0.34 0.38 0 0.51 246.38 0.23 0.4
Hex 53 4E 7D 22 26 0 33 F6 17 28
Octal 123 116 175 42 46 0 63 366 27 50
Binary 1010011 1001110 1111101 100010 100110 0 110011 11110110 10111 101000

Color Harmonies of #534E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E7D

Black with #534E7D

Text Example


Text Example

White with #534E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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