Html Css Color HEX #5CB495 Keppel

📋 copy color: '#5CB495'

red 92 ◦ green 180 ◦ blue 149

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

Shades of Keppel #5CB495

Tints of Keppel #5CB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 21.85%
G = 42.76%
B = 35.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#5CB495 (or 0x5CB495) is known color: Keppel. HEX triplet: 5C, B4 and 95. RGB value is (92,180,149). Sum of RGB (Red+Green+Blue) = 92+180+149=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB495 is #A34B6A. Grayscale: #969696. Windows color (decimal): -10701675 or 9811036. OLE color: 9811036.

HSL color Cylindrical-coordinate representation of color #5CB495: hue angle of 158.86º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB495 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 180 149 -
CMYK 0.49 0 0.17 0.29
HSL 158.86º 0.37% 0.53% -
HSV(B) 158.86º 0.49% 0.71% -
XYZ 26.16 37.09 34.21 -
YUV 150.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 92 180 149 0.49 0 0.17 0.29 158.86 0.37 0.53
Hex 5C B4 95 31 0 11 1D 9F 25 35
Octal 134 264 225 61 0 21 35 237 45 65
Binary 1011100 10110100 10010101 110001 0 10001 11101 10011111 100101 110101

Color Harmonies of #5CB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB495

Black with #5CB495

Text Example


Text Example

White with #5CB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,180,149); }

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

background-color css

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

 a { background-color: rgb(92,180,149); }

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

border-color css

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

 span { border-color: rgb(92,180,149); }

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