Html Css Color HEX #534BAD Rich Blue

📋 copy color: '#534BAD'

red 83 ◦ green 75 ◦ blue 173

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

Shades of Rich Blue #534BAD

Tints of Rich Blue #534BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 25.08%
G = 22.66%
B = 52.27%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#534BAD (or 0x534BAD) is known color: Rich Blue. HEX triplet: 53, 4B and AD. RGB value is (83,75,173). Sum of RGB (Red+Green+Blue) = 83+75+173=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #534BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BAD is #ACB452. Grayscale: #585858. Windows color (decimal): -11318355 or 11357011. OLE color: 11357011.

HSL color Cylindrical-coordinate representation of color #534BAD: hue angle of 244.9º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534BAD is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 75 173 -
CMYK 0.52 0.57 0 0.32
HSL 244.9º 0.4% 0.49% -
HSV(B) 244.9º 0.57% 0.68% -
XYZ 13.63 9.89 40.73 -
YUV 88.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 83 75 173 0.52 0.57 0 0.32 244.9 0.4 0.49
Hex 53 4B AD 34 39 0 20 F5 28 31
Octal 123 113 255 64 71 0 40 365 50 61
Binary 1010011 1001011 10101101 110100 111001 0 100000 11110101 101000 110001

Color Harmonies of #534BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BAD

Black with #534BAD

Text Example


Text Example

White with #534BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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