Html Css Color HEX #585DBC Rich Blue

📋 copy color: '#585DBC'

red 88 ◦ green 93 ◦ blue 188

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

Shades of Rich Blue #585DBC

Tints of Rich Blue #585DBC

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#585DBC (or 0x585DBC) is known color: Rich Blue. HEX triplet: 58, 5D and BC. RGB value is (88,93,188). Sum of RGB (Red+Green+Blue) = 88+93+188=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 93 (36.72% from 255 or 25.20% 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 #585DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DBC is #A7A243. Grayscale: #656565. Windows color (decimal): -10986052 or 12344664. OLE color: 12344664.

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

Color convert

RGB 88 93 188 -
CMYK 0.53 0.51 0 0.26
HSL 237º 0.43% 0.54% -
HSV(B) 237º 0.53% 0.74% -
XYZ 17.02 13.53 49.29 -
YUV 102.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 88 93 188 0.53 0.51 0 0.26 237 0.43 0.54
Hex 58 5D BC 35 33 0 1A ED 2B 36
Octal 130 135 274 65 63 0 32 355 53 66
Binary 1011000 1011101 10111100 110101 110011 0 11010 11101101 101011 110110

Color Harmonies of #585DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DBC

Black with #585DBC

Text Example


Text Example

White with #585DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585DBC; }

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

 H1.HeaderClassName
 {
   color: #585DBC;
 }
 .AnyTagClassName
 {
   color: #585DBC;
 }
</style>

background-color css

<style>
 a { background-color: #585DBC; }

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

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

border-color css

<style>
 span { border-color: #585DBC; }

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

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