Html Css Color HEX #5F659F Rich Blue

📋 copy color: '#5F659F'

red 95 ◦ green 101 ◦ blue 159

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

Shades of Rich Blue #5F659F

Tints of Rich Blue #5F659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 26.76%
G = 28.45%
B = 44.79%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F659F (or 0x5F659F) is known color: Rich Blue. HEX triplet: 5F, 65 and 9F. RGB value is (95,101,159). Sum of RGB (Red+Green+Blue) = 95+101+159=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F659F is #A09A60. Grayscale: #696969. Windows color (decimal): -10525281 or 10446175. OLE color: 10446175.

HSL color Cylindrical-coordinate representation of color #5F659F: hue angle of 234.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F659F is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 101 159 -
CMYK 0.40 0.36 0 0.38
HSL 234.38º 0.25% 0.5% -
HSV(B) 234.38º 0.4% 0.62% -
XYZ 15.63 14.24 34.73 -
YUV 105.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 95 101 159 0.40 0.36 0 0.38 234.38 0.25 0.5
Hex 5F 65 9F 28 24 0 26 EA 19 32
Octal 137 145 237 50 44 0 46 352 31 62
Binary 1011111 1100101 10011111 101000 100100 0 100110 11101010 11001 110010

Color Harmonies of #5F659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F659F

Black with #5F659F

Text Example


Text Example

White with #5F659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,101,159); }

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

background-color css

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

 a { background-color: rgb(95,101,159); }

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

border-color css

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

 span { border-color: rgb(95,101,159); }

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