#008574

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

Shades of Observatory #008574

Tints of Observatory #008574

Color information

#008574 (or 0x008574) is unknown color: approx Observatory. HEX triplet: 00, 85 and 74. RGB value is (0,133,116). Sum of RGB (Red+Green+Blue) = 0+133+116=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #008574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008574 is #FF7A8B. Grayscale: #5B5B5B. Windows color (decimal): -16743052 or 7636224. OLE color: 7636224.

HSL color Cylindrical-coordinate representation of color #008574: hue angle of 172.33º 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 #008574 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB0133116-
CMYK100.130.48
HSL172.33º100%26.08%-
HSV(B)172.33º100%52.16%-
XYZ11.5418.0419.4-
YUV91.3141.9462.88-

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) = 53.41%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=0%
G=53.41%
B=46.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0133116100.130.48172.3310026.08
Hex08574640D30ac641a
Octal02051641440156025414432
Binary010000101111010011001000110111000010101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008574; }

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

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

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

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

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

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

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

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