Html Css Color HEX #507453 Killarney

📋 copy color: '#507453'

red 80 ◦ green 116 ◦ blue 83

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

Shades of Killarney #507453

Tints of Killarney #507453

RGB

 RED value IS 80 (31.64% from 255) = 28.67%

 GREEN value IS 116 (45.7% from 255) = 41.58%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 28.67%
G = 41.58%
B = 29.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#507453 (or 0x507453) is known color: Killarney. HEX triplet: 50, 74 and 53. RGB value is (80,116,83). Sum of RGB (Red+Green+Blue) = 80+116+83=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #507453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507453 is #AF8BAC. Grayscale: #656565. Windows color (decimal): -11504557 or 5469264. OLE color: 5469264.

HSL color Cylindrical-coordinate representation of color #507453: hue angle of 125º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507453 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 83 -
CMYK 0.31 0 0.28 0.55
HSL 125º 0.18% 0.38% -
HSV(B) 125º 0.31% 0.45% -
XYZ 11.11 14.82 10.46 -
YUV 101.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 80 116 83 0.31 0 0.28 0.55 125 0.18 0.38
Hex 50 74 53 1F 0 1C 37 7D 12 26
Octal 120 164 123 37 0 34 67 175 22 46
Binary 1010000 1110100 1010011 11111 0 11100 110111 1111101 10010 100110

Color Harmonies of #507453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507453

Black with #507453

Text Example


Text Example

White with #507453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507453; }

 p { color: rgb(80,116,83); }

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

background-color css

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

 a { background-color: rgb(80,116,83); }

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

border-color css

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

 span { border-color: rgb(80,116,83); }

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