Html Css Color HEX #525BAB Rich Blue

📋 copy color: '#525BAB'

red 82 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #525BAB

Tints of Rich Blue #525BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.45%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 23.84%
G = 26.45%
B = 49.71%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#525BAB (or 0x525BAB) is known color: Rich Blue. HEX triplet: 52, 5B and AB. RGB value is (82,91,171). Sum of RGB (Red+Green+Blue) = 82+91+171=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #525BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525BAB is #ADA454. Grayscale: #616161. Windows color (decimal): -11379797 or 11230034. OLE color: 11230034.

HSL color Cylindrical-coordinate representation of color #525BAB: hue angle of 233.93º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525BAB is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 91 171 -
CMYK 0.52 0.47 0 0.33
HSL 233.93º 0.35% 0.5% -
HSV(B) 233.93º 0.52% 0.67% -
XYZ 14.57 12.22 40.12 -
YUV 97.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 82 91 171 0.52 0.47 0 0.33 233.93 0.35 0.5
Hex 52 5B AB 34 2F 0 21 EA 23 32
Octal 122 133 253 64 57 0 41 352 43 62
Binary 1010010 1011011 10101011 110100 101111 0 100001 11101010 100011 110010

Color Harmonies of #525BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BAB

Black with #525BAB

Text Example


Text Example

White with #525BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,171); }

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

background-color css

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

 a { background-color: rgb(82,91,171); }

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

border-color css

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

 span { border-color: rgb(82,91,171); }

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