Html Css Color HEX #534C8E Victoria

📋 copy color: '#534C8E'

red 83 ◦ green 76 ◦ blue 142

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

Shades of Victoria #534C8E

Tints of Victoria #534C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 27.57%
G = 25.25%
B = 47.18%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#534C8E (or 0x534C8E) is known color: Victoria. HEX triplet: 53, 4C and 8E. RGB value is (83,76,142). Sum of RGB (Red+Green+Blue) = 83+76+142=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #534C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534C8E is #ACB371. Grayscale: #555555. Windows color (decimal): -11318130 or 9325651. OLE color: 9325651.

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

Color convert

RGB 83 76 142 -
CMYK 0.42 0.46 0 0.44
HSL 246.36º 0.3% 0.43% -
HSV(B) 246.36º 0.46% 0.56% -
XYZ 11.03 8.96 26.74 -
YUV 85.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 83 76 142 0.42 0.46 0 0.44 246.36 0.3 0.43
Hex 53 4C 8E 2A 2E 0 2C F6 1E 2B
Octal 123 114 216 52 56 0 54 366 36 53
Binary 1010011 1001100 10001110 101010 101110 0 101100 11110110 11110 101011

Color Harmonies of #534C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C8E

Black with #534C8E

Text Example


Text Example

White with #534C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,76,142); }

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

background-color css

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

 a { background-color: rgb(83,76,142); }

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

border-color css

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

 span { border-color: rgb(83,76,142); }

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