Html Css Color HEX #5CB894 Keppel

📋 copy color: '#5CB894'

red 92 ◦ green 184 ◦ blue 148

#5CB894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #5CB894

Tints of Keppel #5CB894

RGB

 RED value IS 92 (36.33% from 255) = 21.7%

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 21.7%
G = 43.4%
B = 34.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#5CB894 (or 0x5CB894) is known color: Keppel. HEX triplet: 5C, B8 and 94. RGB value is (92,184,148). Sum of RGB (Red+Green+Blue) = 92+184+148=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB894 is #A3476B. Grayscale: #989898. Windows color (decimal): -10700652 or 9746524. OLE color: 9746524.

HSL color Cylindrical-coordinate representation of color #5CB894: hue angle of 156.52º 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 #5CB894 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 92 184 148 -
CMYK 0.50 0 0.20 0.28
HSL 156.52º 0.39% 0.54% -
HSV(B) 156.52º 0.5% 0.72% -
XYZ 26.9 38.69 34.07 -
YUV 152.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 92 184 148 0.50 0 0.20 0.28 156.52 0.39 0.54
Hex 5C B8 94 32 0 14 1C 9D 27 36
Octal 134 270 224 62 0 24 34 235 47 66
Binary 1011100 10111000 10010100 110010 0 10100 11100 10011101 100111 110110

Color Harmonies of #5CB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB894

Black with #5CB894

Text Example


Text Example

White with #5CB894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CB894;
 }
 .AnyTagClassName
 {
   color: #5CB894;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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