Html Css Color HEX #534CAC Rich Blue

📋 copy color: '#534CAC'

red 83 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #534CAC

Tints of Rich Blue #534CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 25.08%
G = 22.96%
B = 51.96%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#534CAC (or 0x534CAC) is known color: Rich Blue. HEX triplet: 53, 4C and AC. RGB value is (83,76,172). Sum of RGB (Red+Green+Blue) = 83+76+172=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #534CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534CAC is #ACB353. Grayscale: #585858. Windows color (decimal): -11318100 or 11291731. OLE color: 11291731.

HSL color Cylindrical-coordinate representation of color #534CAC: hue angle of 244.37º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534CAC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 76 172 -
CMYK 0.52 0.56 0 0.33
HSL 244.38º 0.39% 0.49% -
HSV(B) 244.38º 0.56% 0.67% -
XYZ 13.6 9.99 40.24 -
YUV 89.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 83 76 172 0.52 0.56 0 0.33 244.38 0.39 0.49
Hex 53 4C AC 34 38 0 21 F4 27 31
Octal 123 114 254 64 70 0 41 364 47 61
Binary 1010011 1001100 10101100 110100 111000 0 100001 11110100 100111 110001

Color Harmonies of #534CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CAC

Black with #534CAC

Text Example


Text Example

White with #534CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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