Html Css Color HEX #5BB495 Keppel

📋 copy color: '#5BB495'

red 91 ◦ green 180 ◦ blue 149

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

Shades of Keppel #5BB495

Tints of Keppel #5BB495

RGB

 RED value IS 91 (35.94% from 255) = 21.67%

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

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

R = 21.67%
G = 42.86%
B = 35.48%

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

#5BB495 (or 0x5BB495) is known color: Keppel. HEX triplet: 5B, B4 and 95. RGB value is (91,180,149). Sum of RGB (Red+Green+Blue) = 91+180+149=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB495 is #A44B6A. Grayscale: #959595. Windows color (decimal): -10767211 or 9811035. OLE color: 9811035.

HSL color Cylindrical-coordinate representation of color #5BB495: hue angle of 159.1º 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 #5BB495 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 91 180 149 -
CMYK 0.49 0 0.17 0.29
HSL 159.1º 0.37% 0.53% -
HSV(B) 159.1º 0.49% 0.71% -
XYZ 26.06 37.04 34.21 -
YUV 149.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 91 180 149 0.49 0 0.17 0.29 159.1 0.37 0.53
Hex 5B B4 95 31 0 11 1D 9F 25 35
Octal 133 264 225 61 0 21 35 237 45 65
Binary 1011011 10110100 10010101 110001 0 10001 11101 10011111 100101 110101

Color Harmonies of #5BB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB495

Black with #5BB495

Text Example


Text Example

White with #5BB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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