Html Css Color HEX #058D98 Eastern Blue

📋 copy color: '#058D98'

red 5 ◦ green 141 ◦ blue 152

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

Shades of Eastern Blue #058D98

Tints of Eastern Blue #058D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 152 (59.77% from 255) = 51.01%

R = 1.68%
G = 47.32%
B = 51.01%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#058D98 (or 0x058D98) is known color: Eastern Blue. HEX triplet: 05, 8D and 98. RGB value is (5,141,152). Sum of RGB (Red+Green+Blue) = 5+141+152=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #058D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D98 is #FA7267. Grayscale: #656565. Windows color (decimal): -16413288 or 9997573. OLE color: 9997573.

HSL color Cylindrical-coordinate representation of color #058D98: hue angle of 184.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058D98 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 141 152 -
CMYK 0.97 0.07 0 0.40
HSL 184.49º 0.94% 0.31% -
HSV(B) 184.49º 0.97% 0.6% -
XYZ 15.25 21.35 33.02 -
YUV 101.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 5 141 152 0.97 0.07 0 0.40 184.49 0.94 0.31
Hex 5 8D 98 61 7 0 28 B8 5E 1F
Octal 5 215 230 141 7 0 50 270 136 37
Binary 101 10001101 10011000 1100001 111 0 101000 10111000 1011110 11111

Color Harmonies of #058D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D98

Black with #058D98

Text Example


Text Example

White with #058D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,141,152); }

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

background-color css

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

 a { background-color: rgb(5,141,152); }

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

border-color css

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

 span { border-color: rgb(5,141,152); }

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