Html Css Color HEX #534BAB Rich Blue

📋 copy color: '#534BAB'

red 83 ◦ green 75 ◦ blue 171

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

Shades of Rich Blue #534BAB

Tints of Rich Blue #534BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 25.23%
G = 22.8%
B = 51.98%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#534BAB (or 0x534BAB) is known color: Rich Blue. HEX triplet: 53, 4B and AB. RGB value is (83,75,171). Sum of RGB (Red+Green+Blue) = 83+75+171=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #534BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BAB is #ACB454. Grayscale: #575757. Windows color (decimal): -11318357 or 11225939. OLE color: 11225939.

HSL color Cylindrical-coordinate representation of color #534BAB: hue angle of 245º 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 #534BAB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 75 171 -
CMYK 0.51 0.56 0 0.33
HSL 245º 0.39% 0.48% -
HSV(B) 245º 0.56% 0.67% -
XYZ 13.43 9.81 39.71 -
YUV 88.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 83 75 171 0.51 0.56 0 0.33 245 0.39 0.48
Hex 53 4B AB 33 38 0 21 F5 27 30
Octal 123 113 253 63 70 0 41 365 47 60
Binary 1010011 1001011 10101011 110011 111000 0 100001 11110101 100111 110000

Color Harmonies of #534BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534BAB

Black with #534BAB

Text Example


Text Example

White with #534BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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