Html Css Color HEX #585BBF Rich Blue

📋 copy color: '#585BBF'

red 88 ◦ green 91 ◦ blue 191

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

Shades of Rich Blue #585BBF

Tints of Rich Blue #585BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 23.78%
G = 24.59%
B = 51.62%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#585BBF (or 0x585BBF) is known color: Rich Blue. HEX triplet: 58, 5B and BF. RGB value is (88,91,191). Sum of RGB (Red+Green+Blue) = 88+91+191=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #585BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BBF is #A7A440. Grayscale: #656565. Windows color (decimal): -10986561 or 12540760. OLE color: 12540760.

HSL color Cylindrical-coordinate representation of color #585BBF: hue angle of 238.25º 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 #585BBF is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 91 191 -
CMYK 0.54 0.52 0 0.25
HSL 238.25º 0.45% 0.55% -
HSV(B) 238.25º 0.54% 0.75% -
XYZ 17.17 13.32 50.96 -
YUV 101.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 88 91 191 0.54 0.52 0 0.25 238.25 0.45 0.55
Hex 58 5B BF 36 34 0 19 EE 2D 37
Octal 130 133 277 66 64 0 31 356 55 67
Binary 1011000 1011011 10111111 110110 110100 0 11001 11101110 101101 110111

Color Harmonies of #585BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BBF

Black with #585BBF

Text Example


Text Example

White with #585BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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