Html Css Color HEX #5465AE Rich Blue

📋 copy color: '#5465AE'

red 84 ◦ green 101 ◦ blue 174

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

Shades of Rich Blue #5465AE

Tints of Rich Blue #5465AE

RGB

 RED value IS 84 (33.2% from 255) = 23.4%

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 23.4%
G = 28.13%
B = 48.47%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5465AE (or 0x5465AE) is known color: Rich Blue. HEX triplet: 54, 65 and AE. RGB value is (84,101,174). Sum of RGB (Red+Green+Blue) = 84+101+174=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #5465AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5465AE is #AB9A51. Grayscale: #676767. Windows color (decimal): -11246162 or 11429204. OLE color: 11429204.

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

Color convert

RGB 84 101 174 -
CMYK 0.52 0.42 0 0.32
HSL 228.67º 0.36% 0.51% -
HSV(B) 228.67º 0.52% 0.68% -
XYZ 15.95 14.25 41.95 -
YUV 104.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 84 101 174 0.52 0.42 0 0.32 228.67 0.36 0.51
Hex 54 65 AE 34 2A 0 20 E5 24 33
Octal 124 145 256 64 52 0 40 345 44 63
Binary 1010100 1100101 10101110 110100 101010 0 100000 11100101 100100 110011

Color Harmonies of #5465AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5465AE

Black with #5465AE

Text Example


Text Example

White with #5465AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,101,174); }

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

background-color css

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

 a { background-color: rgb(84,101,174); }

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

border-color css

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

 span { border-color: rgb(84,101,174); }

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