Html Css Color HEX #5F599E Rich Blue

📋 copy color: '#5F599E'

red 95 ◦ green 89 ◦ blue 158

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

Shades of Rich Blue #5F599E

Tints of Rich Blue #5F599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 27.78%
G = 26.02%
B = 46.2%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F599E (or 0x5F599E) is known color: Rich Blue. HEX triplet: 5F, 59 and 9E. RGB value is (95,89,158). Sum of RGB (Red+Green+Blue) = 95+89+158=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F599E is #A0A661. Grayscale: #626262. Windows color (decimal): -10528354 or 10377567. OLE color: 10377567.

HSL color Cylindrical-coordinate representation of color #5F599E: hue angle of 245.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F599E is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 89 158 -
CMYK 0.40 0.44 0 0.38
HSL 245.22º 0.28% 0.48% -
HSV(B) 245.22º 0.44% 0.62% -
XYZ 14.46 12.05 33.91 -
YUV 98.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 95 89 158 0.40 0.44 0 0.38 245.22 0.28 0.48
Hex 5F 59 9E 28 2C 0 26 F5 1C 30
Octal 137 131 236 50 54 0 46 365 34 60
Binary 1011111 1011001 10011110 101000 101100 0 100110 11110101 11100 110000

Color Harmonies of #5F599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F599E

Black with #5F599E

Text Example


Text Example

White with #5F599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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