#5AB693

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

Shades of Keppel #5AB693

Tints of Keppel #5AB693

Color information

#5AB693 (or 0x5AB693) is unknown color: approx Keppel. HEX triplet: 5A, B6 and 93. RGB value is (90,182,147). Sum of RGB (Red+Green+Blue) = 90+182+147=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB693 is #A5496C. Grayscale: #969696. Windows color (decimal): -10832237 or 9680474. OLE color: 9680474.

HSL color Cylindrical-coordinate representation of color #5AB693: hue angle of 157.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB693 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB90182147-
CMYK0.5100.190.29
HSL157.17º38.66%53.33%-
HSV(B)157.17º50.55%71.37%-
XYZ26.2137.7433.51-
YUV150.5126.0284.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.48%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=21.48%
G=43.44%
B=35.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901821470.5100.190.29157.1738.6653.33
Hex5AB693330131D9d2735
Octal13226622363023352354765
Binary101101010110110100100111100110100111110110011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,182,147); }

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

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

 a { background-color: rgb(90,182,147); }

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

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

 span { border-color: rgb(90,182,147); }

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