Html Css Color HEX #5255AE Rich Blue

📋 copy color: '#5255AE'

red 82 ◦ green 85 ◦ blue 174

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

Shades of Rich Blue #5255AE

Tints of Rich Blue #5255AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 24.05%
G = 24.93%
B = 51.03%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5255AE (or 0x5255AE) is known color: Rich Blue. HEX triplet: 52, 55 and AE. RGB value is (82,85,174). Sum of RGB (Red+Green+Blue) = 82+85+174=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #5255AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5255AE is #ADAA51. Grayscale: #5D5D5D. Windows color (decimal): -11381330 or 11425106. OLE color: 11425106.

HSL color Cylindrical-coordinate representation of color #5255AE: hue angle of 238.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5255AE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 85 174 -
CMYK 0.53 0.51 0 0.32
HSL 238.04º 0.36% 0.5% -
HSV(B) 238.04º 0.53% 0.68% -
XYZ 14.37 11.35 41.48 -
YUV 94.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 82 85 174 0.53 0.51 0 0.32 238.04 0.36 0.5
Hex 52 55 AE 35 33 0 20 EE 24 32
Octal 122 125 256 65 63 0 40 356 44 62
Binary 1010010 1010101 10101110 110101 110011 0 100000 11101110 100100 110010

Color Harmonies of #5255AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5255AE

Black with #5255AE

Text Example


Text Example

White with #5255AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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