Html Css Color HEX #5BA992 Keppel

📋 copy color: '#5BA992'

red 91 ◦ green 169 ◦ blue 146

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

Shades of Keppel #5BA992

Tints of Keppel #5BA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 22.41%
G = 41.63%
B = 35.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#5BA992 (or 0x5BA992) is known color: Keppel. HEX triplet: 5B, A9 and 92. RGB value is (91,169,146). Sum of RGB (Red+Green+Blue) = 91+169+146=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA992 is #A4566D. Grayscale: #8F8F8F. Windows color (decimal): -10770030 or 9611611. OLE color: 9611611.

HSL color Cylindrical-coordinate representation of color #5BA992: hue angle of 162.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA992 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 169 146 -
CMYK 0.46 0 0.14 0.34
HSL 162.31º 0.31% 0.51% -
HSV(B) 162.31º 0.46% 0.66% -
XYZ 23.69 32.68 32.25 -
YUV 143.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 91 169 146 0.46 0 0.14 0.34 162.31 0.31 0.51
Hex 5B A9 92 2E 0 E 22 A2 1F 33
Octal 133 251 222 56 0 16 42 242 37 63
Binary 1011011 10101001 10010010 101110 0 1110 100010 10100010 11111 110011

Color Harmonies of #5BA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA992

Black with #5BA992

Text Example


Text Example

White with #5BA992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,169,146); }

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

background-color css

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

 a { background-color: rgb(91,169,146); }

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

border-color css

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

 span { border-color: rgb(91,169,146); }

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