#5ca694

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

Shades of Keppel #5CA694

Tints of Keppel #5CA694

Color information

#5CA694 (or 0x5CA694) is unknown color: approx Keppel. HEX triplet: 5C, A6 and 94. RGB value is (92,166,148). Sum of RGB (Red+Green+Blue) = 92+166+148=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA694 is #A3596B. Grayscale: #8D8D8D. Windows color (decimal): -10705260 or 9741916. OLE color: 9741916.

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

Color convert

RGB92166148-
CMYK0.4500.110.35
HSL165.41º29.37%50.59%-
HSV(B)165.41º44.58%65.1%-
XYZ23.431.6932.9-
YUV141.82131.4892.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.66%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=22.66%
G=40.89%
B=36.45%

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
Decimal921661480.4500.110.35165.4129.3750.59
Hex5CA6942D0B23a51d33
Octal13424622455013432453563
Binary10111001010011010010100101101010111000111010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ca694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,148); }

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

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

 a { background-color: rgb(92,166,148); }

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

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

 span { border-color: rgb(92,166,148); }

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