Html Css Color HEX #058F9E Eastern Blue

📋 copy color: '#058F9E'

red 5 ◦ green 143 ◦ blue 158

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

Shades of Eastern Blue #058F9E

Tints of Eastern Blue #058F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.73%

 BLUE value IS 158 (62.11% from 255) = 51.63%

R = 1.63%
G = 46.73%
B = 51.63%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#058F9E (or 0x058F9E) is known color: Eastern Blue. HEX triplet: 05, 8F and 9E. RGB value is (5,143,158). Sum of RGB (Red+Green+Blue) = 5+143+158=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #058F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F9E is #FA7061. Grayscale: #676767. Windows color (decimal): -16412770 or 10391301. OLE color: 10391301.

HSL color Cylindrical-coordinate representation of color #058F9E: hue angle of 185.88º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F9E is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 143 158 -
CMYK 0.97 0.09 0 0.38
HSL 185.88º 0.94% 0.32% -
HSV(B) 185.88º 0.97% 0.62% -
XYZ 16.06 22.15 35.78 -
YUV 103.45 158.78 57.78 -
System Red Green Blue C M Y K H S L
Decimal 5 143 158 0.97 0.09 0 0.38 185.88 0.94 0.32
Hex 5 8F 9E 61 9 0 26 BA 5E 20
Octal 5 217 236 141 11 0 46 272 136 40
Binary 101 10001111 10011110 1100001 1001 0 100110 10111010 1011110 100000

Color Harmonies of #058F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F9E

Black with #058F9E

Text Example


Text Example

White with #058F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058F9E; }

 p { color: rgb(5,143,158); }

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

background-color css

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

 a { background-color: rgb(5,143,158); }

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

border-color css

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

 span { border-color: rgb(5,143,158); }

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