Html Css Color HEX #5F599B Rich Blue

📋 copy color: '#5F599B'

red 95 ◦ green 89 ◦ blue 155

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

Shades of Rich Blue #5F599B

Tints of Rich Blue #5F599B

RGB

 RED value IS 95 (37.5% from 255) = 28.02%

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 28.02%
G = 26.25%
B = 45.72%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F599B (or 0x5F599B) is known color: Rich Blue. HEX triplet: 5F, 59 and 9B. RGB value is (95,89,155). Sum of RGB (Red+Green+Blue) = 95+89+155=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F599B is #A0A664. Grayscale: #626262. Windows color (decimal): -10528357 or 10180959. OLE color: 10180959.

HSL color Cylindrical-coordinate representation of color #5F599B: hue angle of 245.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F599B is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 89 155 -
CMYK 0.39 0.43 0 0.39
HSL 245.45º 0.27% 0.48% -
HSV(B) 245.45º 0.43% 0.61% -
XYZ 14.21 11.94 32.57 -
YUV 98.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 95 89 155 0.39 0.43 0 0.39 245.45 0.27 0.48
Hex 5F 59 9B 27 2B 0 27 F5 1B 30
Octal 137 131 233 47 53 0 47 365 33 60
Binary 1011111 1011001 10011011 100111 101011 0 100111 11110101 11011 110000

Color Harmonies of #5F599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F599B

Black with #5F599B

Text Example


Text Example

White with #5F599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F599B; }

 p { color: rgb(95,89,155); }

 H1.HeaderClassName
 {
   color: #5F599B;
 }
 .AnyTagClassName
 {
   color: #5F599B;
 }
</style>

background-color css

<style>
 a { background-color: #5F599B; }

 a { background-color: rgb(95,89,155); }

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

border-color css

<style>
 span { border-color: #5F599B; }

 span { border-color: rgb(95,89,155); }

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