Html Css Color HEX #05907B Observatory

📋 copy color: '#05907B'

red 5 ◦ green 144 ◦ blue 123

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

Shades of Observatory #05907B

Tints of Observatory #05907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.22%

R = 1.84%
G = 52.94%
B = 45.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#05907B (or 0x05907B) is known color: Observatory. HEX triplet: 05, 90 and 7B. RGB value is (5,144,123). Sum of RGB (Red+Green+Blue) = 5+144+123=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #05907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05907B is #FA6F84. Grayscale: #636363. Windows color (decimal): -16412549 or 8097797. OLE color: 8097797.

HSL color Cylindrical-coordinate representation of color #05907B: hue angle of 170.94º 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 #05907B is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 123 -
CMYK 0.97 0 0.15 0.44
HSL 170.94º 0.93% 0.29% -
HSV(B) 170.94º 0.97% 0.56% -
XYZ 13.61 21.41 22.15 -
YUV 100.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 5 144 123 0.97 0 0.15 0.44 170.94 0.93 0.29
Hex 5 90 7B 61 0 F 2C AB 5D 1D
Octal 5 220 173 141 0 17 54 253 135 35
Binary 101 10010000 1111011 1100001 0 1111 101100 10101011 1011101 11101

Color Harmonies of #05907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05907B

Black with #05907B

Text Example


Text Example

White with #05907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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