Html Css Color HEX #54A58D Keppel

📋 copy color: '#54A58D'

red 84 ◦ green 165 ◦ blue 141

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

Shades of Keppel #54A58D

Tints of Keppel #54A58D

RGB

 RED value IS 84 (33.2% from 255) = 21.54%

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 21.54%
G = 42.31%
B = 36.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#54A58D (or 0x54A58D) is known color: Keppel. HEX triplet: 54, A5 and 8D. RGB value is (84,165,141). Sum of RGB (Red+Green+Blue) = 84+165+141=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #54A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A58D is #AB5A72. Grayscale: #8A8A8A. Windows color (decimal): -11229811 or 9282900. OLE color: 9282900.

HSL color Cylindrical-coordinate representation of color #54A58D: hue angle of 162.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A58D is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 141 -
CMYK 0.49 0 0.15 0.35
HSL 162.22º 0.33% 0.49% -
HSV(B) 162.22º 0.49% 0.65% -
XYZ 21.92 30.72 29.97 -
YUV 138.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 84 165 141 0.49 0 0.15 0.35 162.22 0.33 0.49
Hex 54 A5 8D 31 0 F 23 A2 21 31
Octal 124 245 215 61 0 17 43 242 41 61
Binary 1010100 10100101 10001101 110001 0 1111 100011 10100010 100001 110001

Color Harmonies of #54A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A58D

Black with #54A58D

Text Example


Text Example

White with #54A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A58D; }

 p { color: rgb(84,165,141); }

 H1.HeaderClassName
 {
   color: #54A58D;
 }
 .AnyTagClassName
 {
   color: #54A58D;
 }
</style>

background-color css

<style>
 a { background-color: #54A58D; }

 a { background-color: rgb(84,165,141); }

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

border-color css

<style>
 span { border-color: #54A58D; }

 span { border-color: rgb(84,165,141); }

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