Html Css Color HEX #534FB5 Rich Blue

📋 copy color: '#534FB5'

red 83 ◦ green 79 ◦ blue 181

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

Shades of Rich Blue #534FB5

Tints of Rich Blue #534FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.77%

R = 24.2%
G = 23.03%
B = 52.77%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#534FB5 (or 0x534FB5) is known color: Rich Blue. HEX triplet: 53, 4F and B5. RGB value is (83,79,181). Sum of RGB (Red+Green+Blue) = 83+79+181=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #534FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FB5 is #ACB04A. Grayscale: #5B5B5B. Windows color (decimal): -11317323 or 11882323. OLE color: 11882323.

HSL color Cylindrical-coordinate representation of color #534FB5: hue angle of 242.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534FB5 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 79 181 -
CMYK 0.54 0.56 0 0.29
HSL 242.35º 0.41% 0.51% -
HSV(B) 242.35º 0.56% 0.71% -
XYZ 14.7 10.77 45.02 -
YUV 91.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 83 79 181 0.54 0.56 0 0.29 242.35 0.41 0.51
Hex 53 4F B5 36 38 0 1D F2 29 33
Octal 123 117 265 66 70 0 35 362 51 63
Binary 1010011 1001111 10110101 110110 111000 0 11101 11110010 101001 110011

Color Harmonies of #534FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534FB5

Black with #534FB5

Text Example


Text Example

White with #534FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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