Html Css Color HEX #5A60BB Rich Blue

📋 copy color: '#5A60BB'

red 90 ◦ green 96 ◦ blue 187

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

Shades of Rich Blue #5A60BB

Tints of Rich Blue #5A60BB

RGB

 RED value IS 90 (35.55% from 255) = 24.13%

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 24.13%
G = 25.74%
B = 50.13%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A60BB (or 0x5A60BB) is known color: Rich Blue. HEX triplet: 5A, 60 and BB. RGB value is (90,96,187). Sum of RGB (Red+Green+Blue) = 90+96+187=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A60BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60BB is #A59F44. Grayscale: #686868. Windows color (decimal): -10854213 or 12279898. OLE color: 12279898.

HSL color Cylindrical-coordinate representation of color #5A60BB: hue angle of 236.29º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A60BB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 96 187 -
CMYK 0.52 0.49 0 0.27
HSL 236.29º 0.42% 0.54% -
HSV(B) 236.29º 0.52% 0.73% -
XYZ 17.37 14.13 48.83 -
YUV 104.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 90 96 187 0.52 0.49 0 0.27 236.29 0.42 0.54
Hex 5A 60 BB 34 31 0 1B EC 2A 36
Octal 132 140 273 64 61 0 33 354 52 66
Binary 1011010 1100000 10111011 110100 110001 0 11011 11101100 101010 110110

Color Harmonies of #5A60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A60BB

Black with #5A60BB

Text Example


Text Example

White with #5A60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,187); }

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

background-color css

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

 a { background-color: rgb(90,96,187); }

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

border-color css

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

 span { border-color: rgb(90,96,187); }

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