Html Css Color HEX #585FBA Rich Blue

📋 copy color: '#585FBA'

red 88 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #585FBA

Tints of Rich Blue #585FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 23.85%
G = 25.75%
B = 50.41%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#585FBA (or 0x585FBA) is known color: Rich Blue. HEX triplet: 58, 5F and BA. RGB value is (88,95,186). Sum of RGB (Red+Green+Blue) = 88+95+186=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #585FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FBA is #A7A045. Grayscale: #666666. Windows color (decimal): -10985542 or 12214104. OLE color: 12214104.

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

Color convert

RGB 88 95 186 -
CMYK 0.53 0.49 0 0.27
HSL 235.71º 0.42% 0.54% -
HSV(B) 235.71º 0.53% 0.73% -
XYZ 16.98 13.8 48.22 -
YUV 103.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 88 95 186 0.53 0.49 0 0.27 235.71 0.42 0.54
Hex 58 5F BA 35 31 0 1B EC 2A 36
Octal 130 137 272 65 61 0 33 354 52 66
Binary 1011000 1011111 10111010 110101 110001 0 11011 11101100 101010 110110

Color Harmonies of #585FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FBA

Black with #585FBA

Text Example


Text Example

White with #585FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,186); }

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

background-color css

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

 a { background-color: rgb(88,95,186); }

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

border-color css

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

 span { border-color: rgb(88,95,186); }

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