#058B98

Color #058B98 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #058B98

Tints of Eastern Blue #058B98

Color information

#058B98 (or 0x058B98) is unknown color: approx Eastern Blue. HEX triplet: 05, 8B and 98. RGB value is (5,139,152). Sum of RGB (Red+Green+Blue) = 5+139+152=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #058B98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B98 is #FA7467. Grayscale: #646464. Windows color (decimal): -16413800 or 9997061. OLE color: 9997061.

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

Color convert

RGB5139152-
CMYK0.970.0900.40
HSL185.31º93.63%30.78%-
HSV(B)185.31º96.71%59.61%-
XYZ14.9620.7632.93-
YUV100.42157.1159.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=1.69%
G=46.96%
B=51.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51391520.970.0900.40185.3193.6330.78
Hex58B98619028b95e1f
Octal52132301411105027113637
Binary101100010111001100011000011001010100010111001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #058B98;
 }
 .AnyTagClassName
 {
   color: #058B98;
 }
</style>
background-color css

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

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

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

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

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

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