#5BA593

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

Shades of Keppel #5BA593

Tints of Keppel #5BA593

Color information

#5BA593 (or 0x5BA593) is unknown color: approx Keppel. HEX triplet: 5B, A5 and 93. RGB value is (91,165,147). Sum of RGB (Red+Green+Blue) = 91+165+147=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA593 is #A45A6C. Grayscale: #8C8C8C. Windows color (decimal): -10771053 or 9676123. OLE color: 9676123.

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

Color convert

RGB91165147-
CMYK0.4500.110.35
HSL165.41º29.13%50.2%-
HSV(B)165.41º44.85%64.71%-
XYZ23.0431.2432.42-
YUV140.82131.4892.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.58%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=22.58%
G=40.94%
B=36.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651470.4500.110.35165.4129.1350.2
Hex5BA5932D0B23a51d32
Octal13324522355013432453562
Binary10110111010010110010011101101010111000111010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,147); }

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

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

 a { background-color: rgb(91,165,147); }

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

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

 span { border-color: rgb(91,165,147); }

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