Html Css Color HEX #524DB5 Rich Blue

📋 copy color: '#524DB5'

red 82 ◦ green 77 ◦ blue 181

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

Shades of Rich Blue #524DB5

Tints of Rich Blue #524DB5

RGB

 RED value IS 82 (32.42% from 255) = 24.12%

 GREEN value IS 77 (30.47% from 255) = 22.65%

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

R = 24.12%
G = 22.65%
B = 53.24%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#524DB5 (or 0x524DB5) is known color: Rich Blue. HEX triplet: 52, 4D and B5. RGB value is (82,77,181). Sum of RGB (Red+Green+Blue) = 82+77+181=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #524DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DB5 is #ADB24A. Grayscale: #595959. Windows color (decimal): -11383371 or 11881810. OLE color: 11881810.

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

Color convert

RGB 82 77 181 -
CMYK 0.55 0.57 0 0.29
HSL 242.88º 0.41% 0.51% -
HSV(B) 242.88º 0.57% 0.71% -
XYZ 14.47 10.44 44.97 -
YUV 90.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 82 77 181 0.55 0.57 0 0.29 242.88 0.41 0.51
Hex 52 4D B5 37 39 0 1D F3 29 33
Octal 122 115 265 67 71 0 35 363 51 63
Binary 1010010 1001101 10110101 110111 111001 0 11101 11110011 101001 110011

Color Harmonies of #524DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DB5

Black with #524DB5

Text Example


Text Example

White with #524DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524DB5; }

 p { color: rgb(82,77,181); }

 H1.HeaderClassName
 {
   color: #524DB5;
 }
 .AnyTagClassName
 {
   color: #524DB5;
 }
</style>

background-color css

<style>
 a { background-color: #524DB5; }

 a { background-color: rgb(82,77,181); }

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

border-color css

<style>
 span { border-color: #524DB5; }

 span { border-color: rgb(82,77,181); }

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