Html Css Color HEX #53825B Killarney

📋 copy color: '#53825B'

red 83 ◦ green 130 ◦ blue 91

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

Shades of Killarney #53825B

Tints of Killarney #53825B

RGB

 RED value IS 83 (32.81% from 255) = 27.3%

 GREEN value IS 130 (51.17% from 255) = 42.76%

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 27.3%
G = 42.76%
B = 29.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#53825B (or 0x53825B) is known color: Killarney. HEX triplet: 53, 82 and 5B. RGB value is (83,130,91). Sum of RGB (Red+Green+Blue) = 83+130+91=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #53825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53825B is #AC7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11304357 or 5997139. OLE color: 5997139.

HSL color Cylindrical-coordinate representation of color #53825B: hue angle of 130.21º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53825B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 91 -
CMYK 0.36 0 0.30 0.49
HSL 130.21º 0.22% 0.42% -
HSV(B) 130.21º 0.36% 0.51% -
XYZ 13.44 18.56 12.77 -
YUV 111.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 83 130 91 0.36 0 0.30 0.49 130.21 0.22 0.42
Hex 53 82 5B 24 0 1E 31 82 16 2A
Octal 123 202 133 44 0 36 61 202 26 52
Binary 1010011 10000010 1011011 100100 0 11110 110001 10000010 10110 101010

Color Harmonies of #53825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53825B

Black with #53825B

Text Example


Text Example

White with #53825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53825B; }

 p { color: rgb(83,130,91); }

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

background-color css

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

 a { background-color: rgb(83,130,91); }

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

border-color css

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

 span { border-color: rgb(83,130,91); }

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