Html Css Color HEX #524DBC Rich Blue

📋 copy color: '#524DBC'

red 82 ◦ green 77 ◦ blue 188

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

Shades of Rich Blue #524DBC

Tints of Rich Blue #524DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 23.63%
G = 22.19%
B = 54.18%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#524DBC (or 0x524DBC) is known color: Rich Blue. HEX triplet: 52, 4D and BC. RGB value is (82,77,188). Sum of RGB (Red+Green+Blue) = 82+77+188=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #524DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DBC is #ADB243. Grayscale: #5A5A5A. Windows color (decimal): -11383364 or 12340562. OLE color: 12340562.

HSL color Cylindrical-coordinate representation of color #524DBC: hue angle of 242.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524DBC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 77 188 -
CMYK 0.56 0.59 0 0.26
HSL 242.7º 0.45% 0.52% -
HSV(B) 242.7º 0.59% 0.74% -
XYZ 15.21 10.73 48.85 -
YUV 91.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 82 77 188 0.56 0.59 0 0.26 242.7 0.45 0.52
Hex 52 4D BC 38 3B 0 1A F3 2D 34
Octal 122 115 274 70 73 0 32 363 55 64
Binary 1010010 1001101 10111100 111000 111011 0 11010 11110011 101101 110100

Color Harmonies of #524DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DBC

Black with #524DBC

Text Example


Text Example

White with #524DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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