Html Css Color HEX #5255AB Rich Blue

📋 copy color: '#5255AB'

red 82 ◦ green 85 ◦ blue 171

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

Shades of Rich Blue #5255AB

Tints of Rich Blue #5255AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.15%

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

R = 24.26%
G = 25.15%
B = 50.59%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5255AB (or 0x5255AB) is known color: Rich Blue. HEX triplet: 52, 55 and AB. RGB value is (82,85,171). Sum of RGB (Red+Green+Blue) = 82+85+171=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5255AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5255AB is #ADAA54. Grayscale: #5D5D5D. Windows color (decimal): -11381333 or 11228498. OLE color: 11228498.

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

Color convert

RGB 82 85 171 -
CMYK 0.52 0.50 0 0.33
HSL 237.98º 0.35% 0.5% -
HSV(B) 237.98º 0.52% 0.67% -
XYZ 14.08 11.23 39.95 -
YUV 93.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 82 85 171 0.52 0.50 0 0.33 237.98 0.35 0.5
Hex 52 55 AB 34 32 0 21 EE 23 32
Octal 122 125 253 64 62 0 41 356 43 62
Binary 1010010 1010101 10101011 110100 110010 0 100001 11101110 100011 110010

Color Harmonies of #5255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255AB

Black with #5255AB

Text Example


Text Example

White with #5255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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