Html Css Color HEX #059265 Observatory

📋 copy color: '#059265'

red 5 ◦ green 146 ◦ blue 101

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

Shades of Observatory #059265

Tints of Observatory #059265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 1.98%
G = 57.94%
B = 40.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#059265 (or 0x059265) is known color: Observatory. HEX triplet: 05, 92 and 65. RGB value is (5,146,101). Sum of RGB (Red+Green+Blue) = 5+146+101=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #059265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059265 is #FA6D9A. Grayscale: #626262. Windows color (decimal): -16412059 or 6656517. OLE color: 6656517.

HSL color Cylindrical-coordinate representation of color #059265: hue angle of 160.85º 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 #059265 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 101 -
CMYK 0.97 0 0.31 0.43
HSL 160.85º 0.93% 0.3% -
HSV(B) 160.85º 0.97% 0.57% -
XYZ 12.69 21.53 15.8 -
YUV 98.71 129.29 61.16 -
System Red Green Blue C M Y K H S L
Decimal 5 146 101 0.97 0 0.31 0.43 160.85 0.93 0.3
Hex 5 92 65 61 0 1F 2B A1 5D 1E
Octal 5 222 145 141 0 37 53 241 135 36
Binary 101 10010010 1100101 1100001 0 11111 101011 10100001 1011101 11110

Color Harmonies of #059265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059265

Black with #059265

Text Example


Text Example

White with #059265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059265; }

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

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

background-color css

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

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

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

border-color css

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

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

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