Html Css Color HEX #55B593 Keppel

📋 copy color: '#55B593'

red 85 ◦ green 181 ◦ blue 147

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

Shades of Keppel #55B593

Tints of Keppel #55B593

RGB

 RED value IS 85 (33.59% from 255) = 20.58%

 GREEN value IS 181 (71.09% from 255) = 43.83%

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 20.58%
G = 43.83%
B = 35.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#55B593 (or 0x55B593) is known color: Keppel. HEX triplet: 55, B5 and 93. RGB value is (85,181,147). Sum of RGB (Red+Green+Blue) = 85+181+147=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #55B593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B593 is #AA4A6C. Grayscale: #949494. Windows color (decimal): -11160173 or 9680213. OLE color: 9680213.

HSL color Cylindrical-coordinate representation of color #55B593: hue angle of 158.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B593 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 147 -
CMYK 0.53 0 0.19 0.29
HSL 158.75º 0.39% 0.52% -
HSV(B) 158.75º 0.53% 0.71% -
XYZ 25.54 37.09 33.42 -
YUV 148.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 85 181 147 0.53 0 0.19 0.29 158.75 0.39 0.52
Hex 55 B5 93 35 0 13 1D 9F 27 34
Octal 125 265 223 65 0 23 35 237 47 64
Binary 1010101 10110101 10010011 110101 0 10011 11101 10011111 100111 110100

Color Harmonies of #55B593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B593

Black with #55B593

Text Example


Text Example

White with #55B593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B593; }

 p { color: rgb(85,181,147); }

 H1.HeaderClassName
 {
   color: #55B593;
 }
 .AnyTagClassName
 {
   color: #55B593;
 }
</style>

background-color css

<style>
 a { background-color: #55B593; }

 a { background-color: rgb(85,181,147); }

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

border-color css

<style>
 span { border-color: #55B593; }

 span { border-color: rgb(85,181,147); }

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