Html Css Color HEX #585FAB Rich Blue

📋 copy color: '#585FAB'

red 88 ◦ green 95 ◦ blue 171

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

Shades of Rich Blue #585FAB

Tints of Rich Blue #585FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 24.86%
G = 26.84%
B = 48.31%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585FAB (or 0x585FAB) is known color: Rich Blue. HEX triplet: 58, 5F and AB. RGB value is (88,95,171). Sum of RGB (Red+Green+Blue) = 88+95+171=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #585FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585FAB is #A7A054. Grayscale: #656565. Windows color (decimal): -10985557 or 11231064. OLE color: 11231064.

HSL color Cylindrical-coordinate representation of color #585FAB: hue angle of 234.94º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #585FAB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 95 171 -
CMYK 0.49 0.44 0 0.33
HSL 234.94º 0.33% 0.51% -
HSV(B) 234.94º 0.49% 0.67% -
XYZ 15.47 13.2 40.26 -
YUV 101.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 88 95 171 0.49 0.44 0 0.33 234.94 0.33 0.51
Hex 58 5F AB 31 2C 0 21 EB 21 33
Octal 130 137 253 61 54 0 41 353 41 63
Binary 1011000 1011111 10101011 110001 101100 0 100001 11101011 100001 110011

Color Harmonies of #585FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FAB

Black with #585FAB

Text Example


Text Example

White with #585FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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