Html Css Color HEX #5F679F Rich Blue

📋 copy color: '#5F679F'

red 95 ◦ green 103 ◦ blue 159

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

Shades of Rich Blue #5F679F

Tints of Rich Blue #5F679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

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

R = 26.61%
G = 28.85%
B = 44.54%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F679F (or 0x5F679F) is known color: Rich Blue. HEX triplet: 5F, 67 and 9F. RGB value is (95,103,159). Sum of RGB (Red+Green+Blue) = 95+103+159=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F679F is #A09860. Grayscale: #6A6A6A. Windows color (decimal): -10524769 or 10446687. OLE color: 10446687.

HSL color Cylindrical-coordinate representation of color #5F679F: hue angle of 232.5º 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 #5F679F is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 103 159 -
CMYK 0.40 0.35 0 0.38
HSL 232.5º 0.25% 0.5% -
HSV(B) 232.5º 0.4% 0.62% -
XYZ 15.83 14.64 34.79 -
YUV 106.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 95 103 159 0.40 0.35 0 0.38 232.5 0.25 0.5
Hex 5F 67 9F 28 23 0 26 E8 19 32
Octal 137 147 237 50 43 0 46 350 31 62
Binary 1011111 1100111 10011111 101000 100011 0 100110 11101000 11001 110010

Color Harmonies of #5F679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F679F

Black with #5F679F

Text Example


Text Example

White with #5F679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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