Html Css Color HEX #058F9D Eastern Blue

📋 copy color: '#058F9D'

red 5 ◦ green 143 ◦ blue 157

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

Shades of Eastern Blue #058F9D

Tints of Eastern Blue #058F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 1.64%
G = 46.89%
B = 51.48%

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

#058F9D (or 0x058F9D) is known color: Eastern Blue. HEX triplet: 05, 8F and 9D. RGB value is (5,143,157). Sum of RGB (Red+Green+Blue) = 5+143+157=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #058F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F9D is #FA7062. Grayscale: #676767. Windows color (decimal): -16412771 or 10325765. OLE color: 10325765.

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

Color convert

RGB 5 143 157 -
CMYK 0.97 0.09 0 0.38
HSL 185.53º 0.94% 0.32% -
HSV(B) 185.53º 0.97% 0.62% -
XYZ 15.97 22.11 35.32 -
YUV 103.33 158.28 57.86 -
System Red Green Blue C M Y K H S L
Decimal 5 143 157 0.97 0.09 0 0.38 185.53 0.94 0.32
Hex 5 8F 9D 61 9 0 26 BA 5E 20
Octal 5 217 235 141 11 0 46 272 136 40
Binary 101 10001111 10011101 1100001 1001 0 100110 10111010 1011110 100000

Color Harmonies of #058F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F9D

Black with #058F9D

Text Example


Text Example

White with #058F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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