Html Css Color HEX #5BA691 Keppel

📋 copy color: '#5BA691'

red 91 ◦ green 166 ◦ blue 145

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

Shades of Keppel #5BA691

Tints of Keppel #5BA691

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 22.64%
G = 41.29%
B = 36.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#5BA691 (or 0x5BA691) is known color: Keppel. HEX triplet: 5B, A6 and 91. RGB value is (91,166,145). Sum of RGB (Red+Green+Blue) = 91+166+145=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA691 is #A4596E. Grayscale: #8D8D8D. Windows color (decimal): -10770799 or 9545307. OLE color: 9545307.

HSL color Cylindrical-coordinate representation of color #5BA691: hue angle of 163.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA691 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 166 145 -
CMYK 0.45 0 0.13 0.35
HSL 163.2º 0.3% 0.5% -
HSV(B) 163.2º 0.45% 0.65% -
XYZ 23.06 31.54 31.66 -
YUV 141.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 91 166 145 0.45 0 0.13 0.35 163.2 0.3 0.5
Hex 5B A6 91 2D 0 D 23 A3 1E 32
Octal 133 246 221 55 0 15 43 243 36 62
Binary 1011011 10100110 10010001 101101 0 1101 100011 10100011 11110 110010

Color Harmonies of #5BA691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA691

Black with #5BA691

Text Example


Text Example

White with #5BA691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,166,145); }

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

background-color css

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

 a { background-color: rgb(91,166,145); }

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

border-color css

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

 span { border-color: rgb(91,166,145); }

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