Html Css Color HEX #524CBB Rich Blue

📋 copy color: '#524CBB'

red 82 ◦ green 76 ◦ blue 187

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

Shades of Rich Blue #524CBB

Tints of Rich Blue #524CBB

RGB

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

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

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

R = 23.77%
G = 22.03%
B = 54.2%

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

#524CBB (or 0x524CBB) is known color: Rich Blue. HEX triplet: 52, 4C and BB. RGB value is (82,76,187). Sum of RGB (Red+Green+Blue) = 82+76+187=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #524CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CBB is #ADB344. Grayscale: #5A5A5A. Windows color (decimal): -11383621 or 12274770. OLE color: 12274770.

HSL color Cylindrical-coordinate representation of color #524CBB: hue angle of 243.24º 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 #524CBB is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 76 187 -
CMYK 0.56 0.59 0 0.27
HSL 243.24º 0.45% 0.52% -
HSV(B) 243.24º 0.59% 0.73% -
XYZ 15.03 10.55 48.26 -
YUV 90.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 82 76 187 0.56 0.59 0 0.27 243.24 0.45 0.52
Hex 52 4C BB 38 3B 0 1B F3 2D 34
Octal 122 114 273 70 73 0 33 363 55 64
Binary 1010010 1001100 10111011 111000 111011 0 11011 11110011 101101 110100

Color Harmonies of #524CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CBB

Black with #524CBB

Text Example


Text Example

White with #524CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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