Html Css Color HEX #5D59BC Rich Blue

📋 copy color: '#5D59BC'

red 93 ◦ green 89 ◦ blue 188

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

Shades of Rich Blue #5D59BC

Tints of Rich Blue #5D59BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 25.14%
G = 24.05%
B = 50.81%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D59BC (or 0x5D59BC) is known color: Rich Blue. HEX triplet: 5D, 59 and BC. RGB value is (93,89,188). Sum of RGB (Red+Green+Blue) = 93+89+188=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59BC is #A2A643. Grayscale: #656565. Windows color (decimal): -10659396 or 12343645. OLE color: 12343645.

HSL color Cylindrical-coordinate representation of color #5D59BC: hue angle of 242.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D59BC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 89 188 -
CMYK 0.51 0.53 0 0.26
HSL 242.42º 0.42% 0.54% -
HSV(B) 242.42º 0.53% 0.74% -
XYZ 17.16 13.1 49.2 -
YUV 101.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 93 89 188 0.51 0.53 0 0.26 242.42 0.42 0.54
Hex 5D 59 BC 33 35 0 1A F2 2A 36
Octal 135 131 274 63 65 0 32 362 52 66
Binary 1011101 1011001 10111100 110011 110101 0 11010 11110010 101010 110110

Color Harmonies of #5D59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D59BC

Black with #5D59BC

Text Example


Text Example

White with #5D59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,89,188); }

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

background-color css

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

 a { background-color: rgb(93,89,188); }

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

border-color css

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

 span { border-color: rgb(93,89,188); }

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