Html Css Color HEX #525AB9 Rich Blue

📋 copy color: '#525AB9'

red 82 ◦ green 90 ◦ blue 185

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

Shades of Rich Blue #525AB9

Tints of Rich Blue #525AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 22.97%
G = 25.21%
B = 51.82%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#525AB9 (or 0x525AB9) is known color: Rich Blue. HEX triplet: 52, 5A and B9. RGB value is (82,90,185). Sum of RGB (Red+Green+Blue) = 82+90+185=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #525AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AB9 is #ADA546. Grayscale: #626262. Windows color (decimal): -11380039 or 12147282. OLE color: 12147282.

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

Color convert

RGB 82 90 185 -
CMYK 0.56 0.51 0 0.27
HSL 235.34º 0.42% 0.52% -
HSV(B) 235.34º 0.56% 0.73% -
XYZ 15.89 12.61 47.5 -
YUV 98.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 82 90 185 0.56 0.51 0 0.27 235.34 0.42 0.52
Hex 52 5A B9 38 33 0 1B EB 2A 34
Octal 122 132 271 70 63 0 33 353 52 64
Binary 1010010 1011010 10111001 111000 110011 0 11011 11101011 101010 110100

Color Harmonies of #525AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525AB9

Black with #525AB9

Text Example


Text Example

White with #525AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,90,185); }

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

background-color css

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

 a { background-color: rgb(82,90,185); }

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

border-color css

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

 span { border-color: rgb(82,90,185); }

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