Html Css Color HEX #059268 Observatory

📋 copy color: '#059268'

red 5 ◦ green 146 ◦ blue 104

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

Shades of Observatory #059268

Tints of Observatory #059268

RGB

 RED value IS 5 (2.34% from 255) = 1.96%

 GREEN value IS 146 (57.42% from 255) = 57.25%

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 1.96%
G = 57.25%
B = 40.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#059268 (or 0x059268) is known color: Observatory. HEX triplet: 05, 92 and 68. RGB value is (5,146,104). Sum of RGB (Red+Green+Blue) = 5+146+104=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #059268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059268 is #FA6D97. Grayscale: #636363. Windows color (decimal): -16412056 or 6853125. OLE color: 6853125.

HSL color Cylindrical-coordinate representation of color #059268: hue angle of 162.13º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059268 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 104 -
CMYK 0.97 0 0.29 0.43
HSL 162.13º 0.93% 0.3% -
HSV(B) 162.13º 0.97% 0.57% -
XYZ 12.84 21.59 16.59 -
YUV 99.05 130.79 60.92 -
System Red Green Blue C M Y K H S L
Decimal 5 146 104 0.97 0 0.29 0.43 162.13 0.93 0.3
Hex 5 92 68 61 0 1D 2B A2 5D 1E
Octal 5 222 150 141 0 35 53 242 135 36
Binary 101 10010010 1101000 1100001 0 11101 101011 10100010 1011101 11110

Color Harmonies of #059268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059268

Black with #059268

Text Example


Text Example

White with #059268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059268; }

 p { color: rgb(5,146,104); }

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

background-color css

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

 a { background-color: rgb(5,146,104); }

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

border-color css

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

 span { border-color: rgb(5,146,104); }

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