Html Css Color HEX #53835B Killarney

📋 copy color: '#53835B'

red 83 ◦ green 131 ◦ blue 91

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

Shades of Killarney #53835B

Tints of Killarney #53835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

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

R = 27.21%
G = 42.95%
B = 29.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#53835B (or 0x53835B) is known color: Killarney. HEX triplet: 53, 83 and 5B. RGB value is (83,131,91). Sum of RGB (Red+Green+Blue) = 83+131+91=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #53835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53835B is #AC7CA4. Grayscale: #707070. Windows color (decimal): -11304101 or 5997395. OLE color: 5997395.

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

Color convert

RGB 83 131 91 -
CMYK 0.37 0 0.31 0.49
HSL 130º 0.22% 0.42% -
HSV(B) 130º 0.37% 0.51% -
XYZ 13.57 18.83 12.82 -
YUV 112.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 83 131 91 0.37 0 0.31 0.49 130 0.22 0.42
Hex 53 83 5B 25 0 1F 31 82 16 2A
Octal 123 203 133 45 0 37 61 202 26 52
Binary 1010011 10000011 1011011 100101 0 11111 110001 10000010 10110 101010

Color Harmonies of #53835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53835B

Black with #53835B

Text Example


Text Example

White with #53835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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