Html Css Color HEX #585DBF Rich Blue

📋 copy color: '#585DBF'

red 88 ◦ green 93 ◦ blue 191

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

Shades of Rich Blue #585DBF

Tints of Rich Blue #585DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 23.66%
G = 25%
B = 51.34%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#585DBF (or 0x585DBF) is known color: Rich Blue. HEX triplet: 58, 5D and BF. RGB value is (88,93,191). Sum of RGB (Red+Green+Blue) = 88+93+191=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #585DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DBF is #A7A240. Grayscale: #666666. Windows color (decimal): -10986049 or 12541272. OLE color: 12541272.

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

Color convert

RGB 88 93 191 -
CMYK 0.54 0.51 0 0.25
HSL 237.09º 0.45% 0.55% -
HSV(B) 237.09º 0.54% 0.75% -
XYZ 17.34 13.67 51.01 -
YUV 102.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 88 93 191 0.54 0.51 0 0.25 237.09 0.45 0.55
Hex 58 5D BF 36 33 0 19 ED 2D 37
Octal 130 135 277 66 63 0 31 355 55 67
Binary 1011000 1011101 10111111 110110 110011 0 11001 11101101 101101 110111

Color Harmonies of #585DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DBF

Black with #585DBF

Text Example


Text Example

White with #585DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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