#008571

Color #008571 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #008571

Tints of Observatory #008571

Color information

#008571 (or 0x008571) is unknown color: approx Observatory. HEX triplet: 00, 85 and 71. RGB value is (0,133,113). Sum of RGB (Red+Green+Blue) = 0+133+113=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #008571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008571 is #FF7A8E. Grayscale: #5A5A5A. Windows color (decimal): -16743055 or 7439616. OLE color: 7439616.

HSL color Cylindrical-coordinate representation of color #008571: hue angle of 170.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008571 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB0133113-
CMYK100.150.48
HSL170.98º100%26.08%-
HSV(B)170.98º100%52.16%-
XYZ11.3717.9718.49-
YUV90.95140.4463.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=0%
G=54.07%
B=45.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133113100.150.48170.9810026.08
Hex08571640F30ab641a
Octal02051611440176025314432
Binary010000101111000111001000111111000010101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008571; }

 p { color: rgb(0,133,113); }

 H1.HeaderClassName
 {
   color: #008571;
 }
 .AnyTagClassName
 {
   color: #008571;
 }
</style>
background-color css

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

 a { background-color: rgb(0,133,113); }

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

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

 span { border-color: rgb(0,133,113); }

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