Html Css Color HEX #525DB7 Rich Blue

📋 copy color: '#525DB7'

red 82 ◦ green 93 ◦ blue 183

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

Shades of Rich Blue #525DB7

Tints of Rich Blue #525DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.12%

R = 22.91%
G = 25.98%
B = 51.12%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#525DB7 (or 0x525DB7) is known color: Rich Blue. HEX triplet: 52, 5D and B7. RGB value is (82,93,183). Sum of RGB (Red+Green+Blue) = 82+93+183=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #525DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DB7 is #ADA248. Grayscale: #636363. Windows color (decimal): -11379273 or 12016978. OLE color: 12016978.

HSL color Cylindrical-coordinate representation of color #525DB7: hue angle of 233.47º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525DB7 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 93 183 -
CMYK 0.55 0.49 0 0.28
HSL 233.47º 0.41% 0.52% -
HSV(B) 233.47º 0.55% 0.72% -
XYZ 15.94 13.04 46.48 -
YUV 99.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 82 93 183 0.55 0.49 0 0.28 233.47 0.41 0.52
Hex 52 5D B7 37 31 0 1C E9 29 34
Octal 122 135 267 67 61 0 34 351 51 64
Binary 1010010 1011101 10110111 110111 110001 0 11100 11101001 101001 110100

Color Harmonies of #525DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DB7

Black with #525DB7

Text Example


Text Example

White with #525DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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