Html Css Color HEX #5366AE Rich Blue

📋 copy color: '#5366AE'

red 83 ◦ green 102 ◦ blue 174

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

Shades of Rich Blue #5366AE

Tints of Rich Blue #5366AE

RGB

 RED value IS 83 (32.81% from 255) = 23.12%

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 23.12%
G = 28.41%
B = 48.47%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5366AE (or 0x5366AE) is known color: Rich Blue. HEX triplet: 53, 66 and AE. RGB value is (83,102,174). Sum of RGB (Red+Green+Blue) = 83+102+174=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 102 (40.23% from 255 or 28.41% 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 #5366AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5366AE is #AC9951. Grayscale: #686868. Windows color (decimal): -11311442 or 11429459. OLE color: 11429459.

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

Color convert

RGB 83 102 174 -
CMYK 0.52 0.41 0 0.32
HSL 227.47º 0.36% 0.5% -
HSV(B) 227.47º 0.52% 0.68% -
XYZ 15.96 14.4 41.98 -
YUV 104.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 83 102 174 0.52 0.41 0 0.32 227.47 0.36 0.5
Hex 53 66 AE 34 29 0 20 E3 24 32
Octal 123 146 256 64 51 0 40 343 44 62
Binary 1010011 1100110 10101110 110100 101001 0 100000 11100011 100100 110010

Color Harmonies of #5366AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366AE

Black with #5366AE

Text Example


Text Example

White with #5366AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,102,174); }

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

background-color css

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

 a { background-color: rgb(83,102,174); }

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

border-color css

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

 span { border-color: rgb(83,102,174); }

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