Html Css Color HEX #5257AB Rich Blue

📋 copy color: '#5257AB'

red 82 ◦ green 87 ◦ blue 171

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

Shades of Rich Blue #5257AB

Tints of Rich Blue #5257AB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 24.12%
G = 25.59%
B = 50.29%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5257AB (or 0x5257AB) is known color: Rich Blue. HEX triplet: 52, 57 and AB. RGB value is (82,87,171). Sum of RGB (Red+Green+Blue) = 82+87+171=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #5257AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5257AB is #ADA854. Grayscale: #5E5E5E. Windows color (decimal): -11380821 or 11229010. OLE color: 11229010.

HSL color Cylindrical-coordinate representation of color #5257AB: hue angle of 236.63º 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 #5257AB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 87 171 -
CMYK 0.52 0.49 0 0.33
HSL 236.63º 0.35% 0.5% -
HSV(B) 236.63º 0.52% 0.67% -
XYZ 14.24 11.55 40.01 -
YUV 95.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 82 87 171 0.52 0.49 0 0.33 236.63 0.35 0.5
Hex 52 57 AB 34 31 0 21 ED 23 32
Octal 122 127 253 64 61 0 41 355 43 62
Binary 1010010 1010111 10101011 110100 110001 0 100001 11101101 100011 110010

Color Harmonies of #5257AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5257AB

Black with #5257AB

Text Example


Text Example

White with #5257AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5257AB; }

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

 H1.HeaderClassName
 {
   color: #5257AB;
 }
 .AnyTagClassName
 {
   color: #5257AB;
 }
</style>

background-color css

<style>
 a { background-color: #5257AB; }

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

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

border-color css

<style>
 span { border-color: #5257AB; }

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

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