Html Css Color HEX #524DBB Rich Blue

📋 copy color: '#524DBB'

red 82 ◦ green 77 ◦ blue 187

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

Shades of Rich Blue #524DBB

Tints of Rich Blue #524DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 23.7%
G = 22.25%
B = 54.05%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#524DBB (or 0x524DBB) is known color: Rich Blue. HEX triplet: 52, 4D and BB. RGB value is (82,77,187). Sum of RGB (Red+Green+Blue) = 82+77+187=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #524DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DBB is #ADB244. Grayscale: #5A5A5A. Windows color (decimal): -11383365 or 12275026. OLE color: 12275026.

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

Color convert

RGB 82 77 187 -
CMYK 0.56 0.59 0 0.27
HSL 242.73º 0.45% 0.52% -
HSV(B) 242.73º 0.59% 0.73% -
XYZ 15.1 10.69 48.28 -
YUV 91.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 82 77 187 0.56 0.59 0 0.27 242.73 0.45 0.52
Hex 52 4D BB 38 3B 0 1B F3 2D 34
Octal 122 115 273 70 73 0 33 363 55 64
Binary 1010010 1001101 10111011 111000 111011 0 11011 11110011 101101 110100

Color Harmonies of #524DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DBB

Black with #524DBB

Text Example


Text Example

White with #524DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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