Html Css Color HEX #088B52 Salem

📋 copy color: '#088B52'

red 8 ◦ green 139 ◦ blue 82

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

Shades of Salem #088B52

Tints of Salem #088B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 60.7%

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 3.49%
G = 60.7%
B = 35.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#088B52 (or 0x088B52) is known color: Salem. HEX triplet: 08, 8B and 52. RGB value is (8,139,82). Sum of RGB (Red+Green+Blue) = 8+139+82=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #088B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B52 is #F774AD. Grayscale: #5D5D5D. Windows color (decimal): -16217262 or 5409544. OLE color: 5409544.

HSL color Cylindrical-coordinate representation of color #088B52: hue angle of 153.89º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B52 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 139 82 -
CMYK 0.94 0 0.41 0.45
HSL 153.89º 0.89% 0.29% -
HSV(B) 153.89º 0.94% 0.55% -
XYZ 10.86 19.13 11.1 -
YUV 93.33 121.6 67.13 -
System Red Green Blue C M Y K H S L
Decimal 8 139 82 0.94 0 0.41 0.45 153.89 0.89 0.29
Hex 8 8B 52 5E 0 29 2D 9A 59 1D
Octal 10 213 122 136 0 51 55 232 131 35
Binary 1000 10001011 1010010 1011110 0 101001 101101 10011010 1011001 11101

Color Harmonies of #088B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B52

Black with #088B52

Text Example


Text Example

White with #088B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088B52; }

 p { color: rgb(8,139,82); }

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

background-color css

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

 a { background-color: rgb(8,139,82); }

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

border-color css

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

 span { border-color: rgb(8,139,82); }

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