Html Css Color HEX #5B60A9 Rich Blue

📋 copy color: '#5B60A9'

red 91 ◦ green 96 ◦ blue 169

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

Shades of Rich Blue #5B60A9

Tints of Rich Blue #5B60A9

RGB

 RED value IS 91 (35.94% from 255) = 25.56%

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

 BLUE value IS 169 (66.41% from 255) = 47.47%

R = 25.56%
G = 26.97%
B = 47.47%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5B60A9 (or 0x5B60A9) is known color: Rich Blue. HEX triplet: 5B, 60 and A9. RGB value is (91,96,169). Sum of RGB (Red+Green+Blue) = 91+96+169=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B60A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B60A9 is #A49F56. Grayscale: #666666. Windows color (decimal): -10788695 or 11100251. OLE color: 11100251.

HSL color Cylindrical-coordinate representation of color #5B60A9: hue angle of 236.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B60A9 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 96 169 -
CMYK 0.46 0.43 0 0.34
HSL 236.15º 0.31% 0.51% -
HSV(B) 236.15º 0.46% 0.66% -
XYZ 15.66 13.45 39.31 -
YUV 102.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 91 96 169 0.46 0.43 0 0.34 236.15 0.31 0.51
Hex 5B 60 A9 2E 2B 0 22 EC 1F 33
Octal 133 140 251 56 53 0 42 354 37 63
Binary 1011011 1100000 10101001 101110 101011 0 100010 11101100 11111 110011

Color Harmonies of #5B60A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B60A9

Black with #5B60A9

Text Example


Text Example

White with #5B60A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B60A9; }

 p { color: rgb(91,96,169); }

 H1.HeaderClassName
 {
   color: #5B60A9;
 }
 .AnyTagClassName
 {
   color: #5B60A9;
 }
</style>

background-color css

<style>
 a { background-color: #5B60A9; }

 a { background-color: rgb(91,96,169); }

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

border-color css

<style>
 span { border-color: #5B60A9; }

 span { border-color: rgb(91,96,169); }

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