#5CA893

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

Shades of Keppel #5CA893

Tints of Keppel #5CA893

Color information

#5CA893 (or 0x5CA893) is unknown color: approx Keppel. HEX triplet: 5C, A8 and 93. RGB value is (92,168,147). Sum of RGB (Red+Green+Blue) = 92+168+147=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA893 is #A3576C. Grayscale: #8E8E8E. Windows color (decimal): -10704749 or 9676892. OLE color: 9676892.

HSL color Cylindrical-coordinate representation of color #5CA893: hue angle of 163.42º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA893 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB92168147-
CMYK0.4500.130.34
HSL163.42º30.4%50.98%-
HSV(B)163.42º45.24%65.88%-
XYZ23.6832.3932.61-
YUV142.88130.3291.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.60%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=22.60%
G=41.28%
B=36.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921681470.4500.130.34163.4230.450.98
Hex5CA8932D0D22a31e33
Octal13425022355015422433663
Binary10111001010100010010011101101011011000101010001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,168,147); }

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

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

 a { background-color: rgb(92,168,147); }

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

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

 span { border-color: rgb(92,168,147); }

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