Html Css Color HEX #525DB2 Rich Blue

📋 copy color: '#525DB2'

red 82 ◦ green 93 ◦ blue 178

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

Shades of Rich Blue #525DB2

Tints of Rich Blue #525DB2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

 BLUE value IS 178 (69.92% from 255) = 50.42%

R = 23.23%
G = 26.35%
B = 50.42%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#525DB2 (or 0x525DB2) is known color: Rich Blue. HEX triplet: 52, 5D and B2. RGB value is (82,93,178). Sum of RGB (Red+Green+Blue) = 82+93+178=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #525DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DB2 is #ADA24D. Grayscale: #636363. Windows color (decimal): -11379278 or 11689298. OLE color: 11689298.

HSL color Cylindrical-coordinate representation of color #525DB2: hue angle of 233.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525DB2 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 93 178 -
CMYK 0.54 0.48 0 0.30
HSL 233.13º 0.38% 0.51% -
HSV(B) 233.13º 0.54% 0.7% -
XYZ 15.43 12.84 43.78 -
YUV 99.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 82 93 178 0.54 0.48 0 0.30 233.13 0.38 0.51
Hex 52 5D B2 36 30 0 1E E9 26 33
Octal 122 135 262 66 60 0 36 351 46 63
Binary 1010010 1011101 10110010 110110 110000 0 11110 11101001 100110 110011

Color Harmonies of #525DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DB2

Black with #525DB2

Text Example


Text Example

White with #525DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525DB2; }

 p { color: rgb(82,93,178); }

 H1.HeaderClassName
 {
   color: #525DB2;
 }
 .AnyTagClassName
 {
   color: #525DB2;
 }
</style>

background-color css

<style>
 a { background-color: #525DB2; }

 a { background-color: rgb(82,93,178); }

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

border-color css

<style>
 span { border-color: #525DB2; }

 span { border-color: rgb(82,93,178); }

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