Html Css Color HEX #585FA4 Rich Blue

📋 copy color: '#585FA4'

red 88 ◦ green 95 ◦ blue 164

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

Shades of Rich Blue #585FA4

Tints of Rich Blue #585FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 25.36%
G = 27.38%
B = 47.26%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#585FA4 (or 0x585FA4) is known color: Rich Blue. HEX triplet: 58, 5F and A4. RGB value is (88,95,164). Sum of RGB (Red+Green+Blue) = 88+95+164=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #585FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585FA4 is #A7A05B. Grayscale: #646464. Windows color (decimal): -10985564 or 10772312. OLE color: 10772312.

HSL color Cylindrical-coordinate representation of color #585FA4: hue angle of 234.47º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585FA4 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 95 164 -
CMYK 0.46 0.42 0 0.36
HSL 234.47º 0.3% 0.49% -
HSV(B) 234.47º 0.46% 0.64% -
XYZ 14.82 12.94 36.84 -
YUV 100.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 88 95 164 0.46 0.42 0 0.36 234.47 0.3 0.49
Hex 58 5F A4 2E 2A 0 24 EA 1E 31
Octal 130 137 244 56 52 0 44 352 36 61
Binary 1011000 1011111 10100100 101110 101010 0 100100 11101010 11110 110001

Color Harmonies of #585FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FA4

Black with #585FA4

Text Example


Text Example

White with #585FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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