Html Css Color HEX #534AAF Rich Blue

📋 copy color: '#534AAF'

red 83 ◦ green 74 ◦ blue 175

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

Shades of Rich Blue #534AAF

Tints of Rich Blue #534AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 25%
G = 22.29%
B = 52.71%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#534AAF (or 0x534AAF) is known color: Rich Blue. HEX triplet: 53, 4A and AF. RGB value is (83,74,175). Sum of RGB (Red+Green+Blue) = 83+74+175=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #534AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AAF is #ACB550. Grayscale: #575757. Windows color (decimal): -11318609 or 11487827. OLE color: 11487827.

HSL color Cylindrical-coordinate representation of color #534AAF: hue angle of 245.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534AAF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 74 175 -
CMYK 0.53 0.58 0 0.31
HSL 245.35º 0.41% 0.49% -
HSV(B) 245.35º 0.58% 0.69% -
XYZ 13.75 9.83 41.73 -
YUV 88.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 83 74 175 0.53 0.58 0 0.31 245.35 0.41 0.49
Hex 53 4A AF 35 3A 0 1F F5 29 31
Octal 123 112 257 65 72 0 37 365 51 61
Binary 1010011 1001010 10101111 110101 111010 0 11111 11110101 101001 110001

Color Harmonies of #534AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534AAF

Black with #534AAF

Text Example


Text Example

White with #534AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,74,175); }

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

background-color css

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

 a { background-color: rgb(83,74,175); }

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

border-color css

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

 span { border-color: rgb(83,74,175); }

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