Html Css Color HEX #534FAE Rich Blue

📋 copy color: '#534FAE'

red 83 ◦ green 79 ◦ blue 174

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

Shades of Rich Blue #534FAE

Tints of Rich Blue #534FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.51%

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 24.7%
G = 23.51%
B = 51.79%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#534FAE (or 0x534FAE) is known color: Rich Blue. HEX triplet: 53, 4F and AE. RGB value is (83,79,174). Sum of RGB (Red+Green+Blue) = 83+79+174=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #534FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534FAE is #ACB051. Grayscale: #5A5A5A. Windows color (decimal): -11317330 or 11423571. OLE color: 11423571.

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

Color convert

RGB 83 79 174 -
CMYK 0.52 0.55 0 0.32
HSL 242.53º 0.38% 0.5% -
HSV(B) 242.53º 0.55% 0.68% -
XYZ 14 10.49 41.33 -
YUV 91.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 83 79 174 0.52 0.55 0 0.32 242.53 0.38 0.5
Hex 53 4F AE 34 37 0 20 F3 26 32
Octal 123 117 256 64 67 0 40 363 46 62
Binary 1010011 1001111 10101110 110100 110111 0 100000 11110011 100110 110010

Color Harmonies of #534FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534FAE

Black with #534FAE

Text Example


Text Example

White with #534FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,79,174); }

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

background-color css

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

 a { background-color: rgb(83,79,174); }

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

border-color css

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

 span { border-color: rgb(83,79,174); }

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