Html Css Color HEX #05906A Observatory

📋 copy color: '#05906A'

red 5 ◦ green 144 ◦ blue 106

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

Shades of Observatory #05906A

Tints of Observatory #05906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.47%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 1.96%
G = 56.47%
B = 41.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#05906A (or 0x05906A) is known color: Observatory. HEX triplet: 05, 90 and 6A. RGB value is (5,144,106). Sum of RGB (Red+Green+Blue) = 5+144+106=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #05906A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05906A is #FA6F95. Grayscale: #626262. Windows color (decimal): -16412566 or 6983685. OLE color: 6983685.

HSL color Cylindrical-coordinate representation of color #05906A: hue angle of 163.6º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05906A is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 106 -
CMYK 0.97 0 0.26 0.44
HSL 163.6º 0.93% 0.29% -
HSV(B) 163.6º 0.97% 0.56% -
XYZ 12.64 21.02 17.03 -
YUV 98.11 132.45 61.59 -
System Red Green Blue C M Y K H S L
Decimal 5 144 106 0.97 0 0.26 0.44 163.6 0.93 0.29
Hex 5 90 6A 61 0 1A 2C A4 5D 1D
Octal 5 220 152 141 0 32 54 244 135 35
Binary 101 10010000 1101010 1100001 0 11010 101100 10100100 1011101 11101

Color Harmonies of #05906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05906A

Black with #05906A

Text Example


Text Example

White with #05906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05906A; }

 p { color: rgb(5,144,106); }

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

background-color css

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

 a { background-color: rgb(5,144,106); }

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

border-color css

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

 span { border-color: rgb(5,144,106); }

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