Html Css Color HEX #5C9569 Oxley

📋 copy color: '#5C9569'

red 92 ◦ green 149 ◦ blue 105

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

Shades of Oxley #5C9569

Tints of Oxley #5C9569

RGB

 RED value IS 92 (36.33% from 255) = 26.59%

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 26.59%
G = 43.06%
B = 30.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#5C9569 (or 0x5C9569) is known color: Oxley. HEX triplet: 5C, 95 and 69. RGB value is (92,149,105). Sum of RGB (Red+Green+Blue) = 92+149+105=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9569 is #A36A96. Grayscale: #7F7F7F. Windows color (decimal): -10709655 or 6919516. OLE color: 6919516.

HSL color Cylindrical-coordinate representation of color #5C9569: hue angle of 133.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C9569 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 149 105 -
CMYK 0.38 0 0.30 0.42
HSL 133.68º 0.24% 0.47% -
HSV(B) 133.68º 0.38% 0.58% -
XYZ 17.71 24.79 17.22 -
YUV 126.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 92 149 105 0.38 0 0.30 0.42 133.68 0.24 0.47
Hex 5C 95 69 26 0 1E 2A 86 18 2F
Octal 134 225 151 46 0 36 52 206 30 57
Binary 1011100 10010101 1101001 100110 0 11110 101010 10000110 11000 101111

Color Harmonies of #5C9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9569

Black with #5C9569

Text Example


Text Example

White with #5C9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C9569; }

 p { color: rgb(92,149,105); }

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

background-color css

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

 a { background-color: rgb(92,149,105); }

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

border-color css

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

 span { border-color: rgb(92,149,105); }

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