Html Css Color HEX #585DBB Rich Blue

📋 copy color: '#585DBB'

red 88 ◦ green 93 ◦ blue 187

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

Shades of Rich Blue #585DBB

Tints of Rich Blue #585DBB

RGB

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

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

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

R = 23.91%
G = 25.27%
B = 50.82%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#585DBB (or 0x585DBB) is known color: Rich Blue. HEX triplet: 58, 5D and BB. RGB value is (88,93,187). Sum of RGB (Red+Green+Blue) = 88+93+187=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #585DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DBB is #A7A244. Grayscale: #656565. Windows color (decimal): -10986053 or 12279128. OLE color: 12279128.

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

Color convert

RGB 88 93 187 -
CMYK 0.53 0.50 0 0.27
HSL 236.97º 0.42% 0.54% -
HSV(B) 236.97º 0.53% 0.73% -
XYZ 16.91 13.49 48.73 -
YUV 102.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 88 93 187 0.53 0.50 0 0.27 236.97 0.42 0.54
Hex 58 5D BB 35 32 0 1B ED 2A 36
Octal 130 135 273 65 62 0 33 355 52 66
Binary 1011000 1011101 10111011 110101 110010 0 11011 11101101 101010 110110

Color Harmonies of #585DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DBB

Black with #585DBB

Text Example


Text Example

White with #585DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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