Html Css Color HEX #5D58BC Rich Blue

📋 copy color: '#5D58BC'

red 93 ◦ green 88 ◦ blue 188

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

Shades of Rich Blue #5D58BC

Tints of Rich Blue #5D58BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 25.2%
G = 23.85%
B = 50.95%

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

#5D58BC (or 0x5D58BC) is known color: Rich Blue. HEX triplet: 5D, 58 and BC. RGB value is (93,88,188). Sum of RGB (Red+Green+Blue) = 93+88+188=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58BC is #A2A743. Grayscale: #646464. Windows color (decimal): -10659652 or 12343389. OLE color: 12343389.

HSL color Cylindrical-coordinate representation of color #5D58BC: hue angle of 243º degrees, saturation: 0.43, 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 #5D58BC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 88 188 -
CMYK 0.51 0.53 0 0.26
HSL 243º 0.43% 0.54% -
HSV(B) 243º 0.53% 0.74% -
XYZ 17.08 12.94 49.17 -
YUV 100.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 93 88 188 0.51 0.53 0 0.26 243 0.43 0.54
Hex 5D 58 BC 33 35 0 1A F3 2B 36
Octal 135 130 274 63 65 0 32 363 53 66
Binary 1011101 1011000 10111100 110011 110101 0 11010 11110011 101011 110110

Color Harmonies of #5D58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58BC

Black with #5D58BC

Text Example


Text Example

White with #5D58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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