Html Css Color HEX #534BAC Rich Blue

📋 copy color: '#534BAC'

red 83 ◦ green 75 ◦ blue 172

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

Shades of Rich Blue #534BAC

Tints of Rich Blue #534BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

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

R = 25.15%
G = 22.73%
B = 52.12%

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

#534BAC (or 0x534BAC) is known color: Rich Blue. HEX triplet: 53, 4B and AC. RGB value is (83,75,172). Sum of RGB (Red+Green+Blue) = 83+75+172=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #534BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BAC is #ACB453. Grayscale: #585858. Windows color (decimal): -11318356 or 11291475. OLE color: 11291475.

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

Color convert

RGB 83 75 172 -
CMYK 0.52 0.56 0 0.33
HSL 244.95º 0.39% 0.48% -
HSV(B) 244.95º 0.56% 0.67% -
XYZ 13.53 9.85 40.22 -
YUV 88.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 83 75 172 0.52 0.56 0 0.33 244.95 0.39 0.48
Hex 53 4B AC 34 38 0 21 F5 27 30
Octal 123 113 254 64 70 0 41 365 47 60
Binary 1010011 1001011 10101100 110100 111000 0 100001 11110101 100111 110000

Color Harmonies of #534BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BAC

Black with #534BAC

Text Example


Text Example

White with #534BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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