Html Css Color HEX #52855A Killarney

📋 copy color: '#52855A'

red 82 ◦ green 133 ◦ blue 90

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

Shades of Killarney #52855A

Tints of Killarney #52855A

RGB

 RED value IS 82 (32.42% from 255) = 26.89%

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 26.89%
G = 43.61%
B = 29.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#52855A (or 0x52855A) is known color: Killarney. HEX triplet: 52, 85 and 5A. RGB value is (82,133,90). Sum of RGB (Red+Green+Blue) = 82+133+90=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #52855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52855A is #AD7AA5. Grayscale: #707070. Windows color (decimal): -11369126 or 5932370. OLE color: 5932370.

HSL color Cylindrical-coordinate representation of color #52855A: hue angle of 129.41º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52855A is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 90 -
CMYK 0.38 0 0.32 0.48
HSL 129.41º 0.24% 0.42% -
HSV(B) 129.41º 0.38% 0.52% -
XYZ 13.71 19.31 12.68 -
YUV 112.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 82 133 90 0.38 0 0.32 0.48 129.41 0.24 0.42
Hex 52 85 5A 26 0 20 30 81 18 2A
Octal 122 205 132 46 0 40 60 201 30 52
Binary 1010010 10000101 1011010 100110 0 100000 110000 10000001 11000 101010

Color Harmonies of #52855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52855A

Black with #52855A

Text Example


Text Example

White with #52855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52855A; }

 p { color: rgb(82,133,90); }

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

background-color css

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

 a { background-color: rgb(82,133,90); }

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

border-color css

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

 span { border-color: rgb(82,133,90); }

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