#5CB798

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

Shades of Keppel #5CB798

Tints of Keppel #5CB798

Color information

#5CB798 (or 0x5CB798) is unknown color: approx Keppel. HEX triplet: 5C, B7 and 98. RGB value is (92,183,152). Sum of RGB (Red+Green+Blue) = 92+183+152=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB798 is #A34867. Grayscale: #989898. Windows color (decimal): -10700904 or 10008412. OLE color: 10008412.

HSL color Cylindrical-coordinate representation of color #5CB798: hue angle of 159.56º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB798 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB92183152-
CMYK0.5000.170.28
HSL159.56º38.72%53.92%-
HSV(B)159.56º49.73%71.76%-
XYZ27.0138.4135.7-
YUV152.26127.8585.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.55%
GREEN value IS 183 (71.88% from 255) = 42.86%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=21.55%
G=42.86%
B=35.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921831520.5000.170.28159.5638.7253.92
Hex5CB798320111Ca02736
Octal13426723062021342404766
Binary101110010110111100110001100100100011110010100000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,183,152); }

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

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

 a { background-color: rgb(92,183,152); }

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

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

 span { border-color: rgb(92,183,152); }

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