Html Css Color HEX #5BA894 Keppel

📋 copy color: '#5BA894'

red 91 ◦ green 168 ◦ blue 148

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

Shades of Keppel #5BA894

Tints of Keppel #5BA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

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

R = 22.36%
G = 41.28%
B = 36.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#5BA894 (or 0x5BA894) is known color: Keppel. HEX triplet: 5B, A8 and 94. RGB value is (91,168,148). Sum of RGB (Red+Green+Blue) = 91+168+148=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA894 is #A4576B. Grayscale: #8E8E8E. Windows color (decimal): -10770284 or 9742427. OLE color: 9742427.

HSL color Cylindrical-coordinate representation of color #5BA894: hue angle of 164.42º 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 #5BA894 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 148 -
CMYK 0.46 0 0.12 0.34
HSL 164.42º 0.31% 0.51% -
HSV(B) 164.42º 0.46% 0.66% -
XYZ 23.66 32.37 33.02 -
YUV 142.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 91 168 148 0.46 0 0.12 0.34 164.42 0.31 0.51
Hex 5B A8 94 2E 0 C 22 A4 1F 33
Octal 133 250 224 56 0 14 42 244 37 63
Binary 1011011 10101000 10010100 101110 0 1100 100010 10100100 11111 110011

Color Harmonies of #5BA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA894

Black with #5BA894

Text Example


Text Example

White with #5BA894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,148); }

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

background-color css

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

 a { background-color: rgb(91,168,148); }

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

border-color css

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

 span { border-color: rgb(91,168,148); }

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