Html Css Color HEX #5D60BE Rich Blue

📋 copy color: '#5D60BE'

red 93 ◦ green 96 ◦ blue 190

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

Shades of Rich Blue #5D60BE

Tints of Rich Blue #5D60BE

RGB

 RED value IS 93 (36.72% from 255) = 24.54%

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 24.54%
G = 25.33%
B = 50.13%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D60BE (or 0x5D60BE) is known color: Rich Blue. HEX triplet: 5D, 60 and BE. RGB value is (93,96,190). Sum of RGB (Red+Green+Blue) = 93+96+190=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D60BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D60BE is #A29F41. Grayscale: #696969. Windows color (decimal): -10657602 or 12476509. OLE color: 12476509.

HSL color Cylindrical-coordinate representation of color #5D60BE: hue angle of 238.14º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D60BE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 96 190 -
CMYK 0.51 0.49 0 0.25
HSL 238.14º 0.43% 0.55% -
HSV(B) 238.14º 0.51% 0.75% -
XYZ 17.99 14.41 50.55 -
YUV 105.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 93 96 190 0.51 0.49 0 0.25 238.14 0.43 0.55
Hex 5D 60 BE 33 31 0 19 EE 2B 37
Octal 135 140 276 63 61 0 31 356 53 67
Binary 1011101 1100000 10111110 110011 110001 0 11001 11101110 101011 110111

Color Harmonies of #5D60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D60BE

Black with #5D60BE

Text Example


Text Example

White with #5D60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,96,190); }

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

background-color css

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

 a { background-color: rgb(93,96,190); }

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

border-color css

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

 span { border-color: rgb(93,96,190); }

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