Html Css Color HEX #54A595 Keppel

📋 copy color: '#54A595'

red 84 ◦ green 165 ◦ blue 149

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

Shades of Keppel #54A595

Tints of Keppel #54A595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 21.11%
G = 41.46%
B = 37.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#54A595 (or 0x54A595) is known color: Keppel. HEX triplet: 54, A5 and 95. RGB value is (84,165,149). Sum of RGB (Red+Green+Blue) = 84+165+149=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #54A595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A595 is #AB5A6A. Grayscale: #8A8A8A. Windows color (decimal): -11229803 or 9807188. OLE color: 9807188.

HSL color Cylindrical-coordinate representation of color #54A595: hue angle of 168.15º 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 #54A595 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 149 -
CMYK 0.49 0 0.10 0.35
HSL 168.15º 0.33% 0.49% -
HSV(B) 168.15º 0.49% 0.65% -
XYZ 22.54 30.97 33.22 -
YUV 138.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 84 165 149 0.49 0 0.10 0.35 168.15 0.33 0.49
Hex 54 A5 95 31 0 A 23 A8 21 31
Octal 124 245 225 61 0 12 43 250 41 61
Binary 1010100 10100101 10010101 110001 0 1010 100011 10101000 100001 110001

Color Harmonies of #54A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A595

Black with #54A595

Text Example


Text Example

White with #54A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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