Html Css Color HEX #058B9E Eastern Blue

📋 copy color: '#058B9E'

red 5 ◦ green 139 ◦ blue 158

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

Shades of Eastern Blue #058B9E

Tints of Eastern Blue #058B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.03%

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

R = 1.66%
G = 46.03%
B = 52.32%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#058B9E (or 0x058B9E) is known color: Eastern Blue. HEX triplet: 05, 8B and 9E. RGB value is (5,139,158). Sum of RGB (Red+Green+Blue) = 5+139+158=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #058B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B9E is #FA7461. Grayscale: #646464. Windows color (decimal): -16413794 or 10390277. OLE color: 10390277.

HSL color Cylindrical-coordinate representation of color #058B9E: hue angle of 187.45º 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 #058B9E is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 139 158 -
CMYK 0.97 0.12 0 0.38
HSL 187.45º 0.94% 0.32% -
HSV(B) 187.45º 0.97% 0.62% -
XYZ 15.47 20.97 35.58 -
YUV 101.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 5 139 158 0.97 0.12 0 0.38 187.45 0.94 0.32
Hex 5 8B 9E 61 C 0 26 BB 5E 20
Octal 5 213 236 141 14 0 46 273 136 40
Binary 101 10001011 10011110 1100001 1100 0 100110 10111011 1011110 100000

Color Harmonies of #058B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B9E

Black with #058B9E

Text Example


Text Example

White with #058B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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