Html Css Color HEX #058BAB Eastern Blue

📋 copy color: '#058BAB'

red 5 ◦ green 139 ◦ blue 171

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

Shades of Eastern Blue #058BAB

Tints of Eastern Blue #058BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 1.59%
G = 44.13%
B = 54.29%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058BAB (or 0x058BAB) is known color: Eastern Blue. HEX triplet: 05, 8B and AB. RGB value is (5,139,171). Sum of RGB (Red+Green+Blue) = 5+139+171=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #058BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058BAB is #FA7454. Grayscale: #666666. Windows color (decimal): -16413781 or 11242245. OLE color: 11242245.

HSL color Cylindrical-coordinate representation of color #058BAB: hue angle of 191.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058BAB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 139 171 -
CMYK 0.97 0.19 0 0.33
HSL 191.57º 0.94% 0.35% -
HSV(B) 191.57º 0.97% 0.67% -
XYZ 16.65 21.44 41.79 -
YUV 102.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 5 139 171 0.97 0.19 0 0.33 191.57 0.94 0.35
Hex 5 8B AB 61 13 0 21 C0 5E 23
Octal 5 213 253 141 23 0 41 300 136 43
Binary 101 10001011 10101011 1100001 10011 0 100001 11000000 1011110 100011

Color Harmonies of #058BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BAB

Black with #058BAB

Text Example


Text Example

White with #058BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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