Html Css Color HEX #088858 Salem

📋 copy color: '#088858'

red 8 ◦ green 136 ◦ blue 88

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

Shades of Salem #088858

Tints of Salem #088858

RGB

 RED value IS 8 (3.52% from 255) = 3.45%

 GREEN value IS 136 (53.52% from 255) = 58.62%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 3.45%
G = 58.62%
B = 37.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#088858 (or 0x088858) is known color: Salem. HEX triplet: 08, 88 and 58. RGB value is (8,136,88). Sum of RGB (Red+Green+Blue) = 8+136+88=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #088858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088858 is #F777A7. Grayscale: #5C5C5C. Windows color (decimal): -16218024 or 5801992. OLE color: 5801992.

HSL color Cylindrical-coordinate representation of color #088858: hue angle of 157.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088858 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 136 88 -
CMYK 0.94 0 0.35 0.47
HSL 157.5º 0.89% 0.28% -
HSV(B) 157.5º 0.94% 0.53% -
XYZ 10.67 18.36 12.22 -
YUV 92.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 8 136 88 0.94 0 0.35 0.47 157.5 0.89 0.28
Hex 8 88 58 5E 0 23 2F 9E 59 1C
Octal 10 210 130 136 0 43 57 236 131 34
Binary 1000 10001000 1011000 1011110 0 100011 101111 10011110 1011001 11100

Color Harmonies of #088858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088858

Black with #088858

Text Example


Text Example

White with #088858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088858; }

 p { color: rgb(8,136,88); }

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

background-color css

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

 a { background-color: rgb(8,136,88); }

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

border-color css

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

 span { border-color: rgb(8,136,88); }

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