#5CB993

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

Shades of Keppel #5CB993

Tints of Keppel #5CB993

Color information

#5CB993 (or 0x5CB993) is unknown color: approx Keppel. HEX triplet: 5C, B9 and 93. RGB value is (92,185,147). Sum of RGB (Red+Green+Blue) = 92+185+147=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB993 is #A3466C. Grayscale: #989898. Windows color (decimal): -10700397 or 9681244. OLE color: 9681244.

HSL color Cylindrical-coordinate representation of color #5CB993: hue angle of 155.48º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB993 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB92185147-
CMYK0.5000.210.27
HSL155.48º39.91%54.31%-
HSV(B)155.48º50.27%72.55%-
XYZ27.0339.0833.72-
YUV152.86124.6984.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.70%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=21.70%
G=43.63%
B=34.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851470.5000.210.27155.4839.9154.31
Hex5CB993320151B9b2836
Octal13427122362025332335066
Binary101110010111001100100111100100101011101110011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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