#5FA690

Color #5FA690 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5FA690

Tints of Keppel #5FA690

Color information

#5FA690 (or 0x5FA690) is unknown color: approx Keppel. HEX triplet: 5F, A6 and 90. RGB value is (95,166,144). Sum of RGB (Red+Green+Blue) = 95+166+144=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA690 is #A0596F. Grayscale: #8E8E8E. Windows color (decimal): -10508656 or 9479775. OLE color: 9479775.

HSL color Cylindrical-coordinate representation of color #5FA690: hue angle of 161.41º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA690 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB95166144-
CMYK0.4300.130.35
HSL161.41º28.51%51.18%-
HSV(B)161.41º42.77%65.1%-
XYZ23.3931.7231.28-
YUV142.26128.9894.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=23.46%
G=40.99%
B=35.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951661440.4300.130.35161.4128.5151.18
Hex5FA6902B0D23a11d33
Octal13724622053015432413563
Binary10111111010011010010000101011011011000111010000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,144); }

 H1.HeaderClassName
 {
   color: #5FA690;
 }
 .AnyTagClassName
 {
   color: #5FA690;
 }
</style>
background-color css

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

 a { background-color: rgb(95,166,144); }

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

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

 span { border-color: rgb(95,166,144); }

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