Html Css Color HEX #534CBA Rich Blue

📋 copy color: '#534CBA'

red 83 ◦ green 76 ◦ blue 186

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

Shades of Rich Blue #534CBA

Tints of Rich Blue #534CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 24.06%
G = 22.03%
B = 53.91%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#534CBA (or 0x534CBA) is known color: Rich Blue. HEX triplet: 53, 4C and BA. RGB value is (83,76,186). Sum of RGB (Red+Green+Blue) = 83+76+186=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #534CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CBA is #ACB345. Grayscale: #5A5A5A. Windows color (decimal): -11318086 or 12209235. OLE color: 12209235.

HSL color Cylindrical-coordinate representation of color #534CBA: hue angle of 243.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534CBA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 76 186 -
CMYK 0.55 0.59 0 0.27
HSL 243.82º 0.44% 0.51% -
HSV(B) 243.82º 0.59% 0.73% -
XYZ 15.01 10.55 47.7 -
YUV 90.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 83 76 186 0.55 0.59 0 0.27 243.82 0.44 0.51
Hex 53 4C BA 37 3B 0 1B F4 2C 33
Octal 123 114 272 67 73 0 33 364 54 63
Binary 1010011 1001100 10111010 110111 111011 0 11011 11110100 101100 110011

Color Harmonies of #534CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534CBA

Black with #534CBA

Text Example


Text Example

White with #534CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,76,186); }

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

background-color css

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

 a { background-color: rgb(83,76,186); }

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

border-color css

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

 span { border-color: rgb(83,76,186); }

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