Html Css Color HEX #5360AB Rich Blue

📋 copy color: '#5360AB'

red 83 ◦ green 96 ◦ blue 171

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

Shades of Rich Blue #5360AB

Tints of Rich Blue #5360AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 23.71%
G = 27.43%
B = 48.86%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5360AB (or 0x5360AB) is known color: Rich Blue. HEX triplet: 53, 60 and AB. RGB value is (83,96,171). Sum of RGB (Red+Green+Blue) = 83+96+171=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #5360AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5360AB is #AC9F54. Grayscale: #646464. Windows color (decimal): -11312981 or 11231315. OLE color: 11231315.

HSL color Cylindrical-coordinate representation of color #5360AB: hue angle of 231.14º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5360AB is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 96 171 -
CMYK 0.51 0.44 0 0.33
HSL 231.14º 0.35% 0.5% -
HSV(B) 231.14º 0.51% 0.67% -
XYZ 15.1 13.15 40.27 -
YUV 100.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 83 96 171 0.51 0.44 0 0.33 231.14 0.35 0.5
Hex 53 60 AB 33 2C 0 21 E7 23 32
Octal 123 140 253 63 54 0 41 347 43 62
Binary 1010011 1100000 10101011 110011 101100 0 100001 11100111 100011 110010

Color Harmonies of #5360AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360AB

Black with #5360AB

Text Example


Text Example

White with #5360AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,96,171); }

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

background-color css

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

 a { background-color: rgb(83,96,171); }

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

border-color css

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

 span { border-color: rgb(83,96,171); }

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