Html Css Color HEX #585BAF Rich Blue

📋 copy color: '#585BAF'

red 88 ◦ green 91 ◦ blue 175

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

Shades of Rich Blue #585BAF

Tints of Rich Blue #585BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 24.86%
G = 25.71%
B = 49.44%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#585BAF (or 0x585BAF) is known color: Rich Blue. HEX triplet: 58, 5B and AF. RGB value is (88,91,175). Sum of RGB (Red+Green+Blue) = 88+91+175=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #585BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAF is #A7A450. Grayscale: #636363. Windows color (decimal): -10986577 or 11492184. OLE color: 11492184.

HSL color Cylindrical-coordinate representation of color #585BAF: hue angle of 237.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585BAF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 91 175 -
CMYK 0.50 0.48 0 0.31
HSL 237.93º 0.35% 0.52% -
HSV(B) 237.93º 0.5% 0.69% -
XYZ 15.5 12.65 42.18 -
YUV 99.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 88 91 175 0.50 0.48 0 0.31 237.93 0.35 0.52
Hex 58 5B AF 32 30 0 1F EE 23 34
Octal 130 133 257 62 60 0 37 356 43 64
Binary 1011000 1011011 10101111 110010 110000 0 11111 11101110 100011 110100

Color Harmonies of #585BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BAF

Black with #585BAF

Text Example


Text Example

White with #585BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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