#5CB198

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

Shades of Keppel #5CB198

Tints of Keppel #5CB198

Color information

#5CB198 (or 0x5CB198) is unknown color: approx Keppel. HEX triplet: 5C, B1 and 98. RGB value is (92,177,152). Sum of RGB (Red+Green+Blue) = 92+177+152=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB198 is #A34E67. Grayscale: #949494. Windows color (decimal): -10702440 or 10006876. OLE color: 10006876.

HSL color Cylindrical-coordinate representation of color #5CB198: hue angle of 162.35º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB198 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB92177152-
CMYK0.4800.140.31
HSL162.35º35.27%52.75%-
HSV(B)162.35º48.02%69.41%-
XYZ25.835.9935.29-
YUV148.74129.8487.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.85%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=21.85%
G=42.04%
B=36.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771520.4800.140.31162.3535.2752.75
Hex5CB198300E1Fa22335
Octal13426123060016372424365
Binary10111001011000110011000110000011101111110100010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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