#65A593

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

Shades of Keppel #65A593

Tints of Keppel #65A593

Color information

#65A593 (or 0x65A593) is unknown color: approx Keppel. HEX triplet: 65, A5 and 93. RGB value is (101,165,147). Sum of RGB (Red+Green+Blue) = 101+165+147=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #65A593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A593 is #9A5A6C. Grayscale: #8F8F8F. Windows color (decimal): -10115693 or 9676133. OLE color: 9676133.

HSL color Cylindrical-coordinate representation of color #65A593: hue angle of 163.12º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A593 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB101165147-
CMYK0.3900.110.35
HSL163.12º26.23%52.16%-
HSV(B)163.12º38.79%64.71%-
XYZ24.0931.7832.47-
YUV143.81129.897.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.46%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=24.46%
G=39.95%
B=35.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011651470.3900.110.35163.1226.2352.16
Hex65A593270B23a31a34
Octal14524522347013432433264
Binary11001011010010110010011100111010111000111010001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A593; }

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

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

<style>
 a { background-color: #65A593; }

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

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

<style>
 span { border-color: #65A593; }

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

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