Html Css Color HEX #058F9F Eastern Blue

📋 copy color: '#058F9F'

red 5 ◦ green 143 ◦ blue 159

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

Shades of Eastern Blue #058F9F

Tints of Eastern Blue #058F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 1.63%
G = 46.58%
B = 51.79%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#058F9F (or 0x058F9F) is known color: Eastern Blue. HEX triplet: 05, 8F and 9F. RGB value is (5,143,159). Sum of RGB (Red+Green+Blue) = 5+143+159=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #058F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F9F is #FA7060. Grayscale: #676767. Windows color (decimal): -16412769 or 10456837. OLE color: 10456837.

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

Color convert

RGB 5 143 159 -
CMYK 0.97 0.10 0 0.38
HSL 186.23º 0.94% 0.32% -
HSV(B) 186.23º 0.97% 0.62% -
XYZ 16.14 22.18 36.23 -
YUV 103.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 5 143 159 0.97 0.10 0 0.38 186.23 0.94 0.32
Hex 5 8F 9F 61 A 0 26 BA 5E 20
Octal 5 217 237 141 12 0 46 272 136 40
Binary 101 10001111 10011111 1100001 1010 0 100110 10111010 1011110 100000

Color Harmonies of #058F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F9F

Black with #058F9F

Text Example


Text Example

White with #058F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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