Html Css Color HEX #534F72 Victoria

📋 copy color: '#534F72'

red 83 ◦ green 79 ◦ blue 114

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

Shades of Victoria #534F72

Tints of Victoria #534F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 30.07%
G = 28.62%
B = 41.3%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#534F72 (or 0x534F72) is known color: Victoria. HEX triplet: 53, 4F and 72. RGB value is (83,79,114). Sum of RGB (Red+Green+Blue) = 83+79+114=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #534F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F72 is #ACB08D. Grayscale: #545454. Windows color (decimal): -11317390 or 7491411. OLE color: 7491411.

HSL color Cylindrical-coordinate representation of color #534F72: hue angle of 246.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #534F72 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 79 114 -
CMYK 0.27 0.31 0 0.55
HSL 246.86º 0.18% 0.38% -
HSV(B) 246.86º 0.31% 0.45% -
XYZ 9.4 8.65 17.09 -
YUV 84.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 83 79 114 0.27 0.31 0 0.55 246.86 0.18 0.38
Hex 53 4F 72 1B 1F 0 37 F7 12 26
Octal 123 117 162 33 37 0 67 367 22 46
Binary 1010011 1001111 1110010 11011 11111 0 110111 11110111 10010 100110

Color Harmonies of #534F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F72

Black with #534F72

Text Example


Text Example

White with #534F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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