Html Css Color HEX #058FA0 Eastern Blue

📋 copy color: '#058FA0'

red 5 ◦ green 143 ◦ blue 160

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

Shades of Eastern Blue #058FA0

Tints of Eastern Blue #058FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.95%

R = 1.62%
G = 46.43%
B = 51.95%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#058FA0 (or 0x058FA0) is known color: Eastern Blue. HEX triplet: 05, 8F and A0. RGB value is (5,143,160). Sum of RGB (Red+Green+Blue) = 5+143+160=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #058FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FA0 is #FA705F. Grayscale: #676767. Windows color (decimal): -16412768 or 10522373. OLE color: 10522373.

HSL color Cylindrical-coordinate representation of color #058FA0: hue angle of 186.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058FA0 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 143 160 -
CMYK 0.97 0.11 0 0.37
HSL 186.58º 0.94% 0.32% -
HSV(B) 186.58º 0.97% 0.63% -
XYZ 16.23 22.22 36.69 -
YUV 103.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 5 143 160 0.97 0.11 0 0.37 186.58 0.94 0.32
Hex 5 8F A0 61 B 0 25 BB 5E 20
Octal 5 217 240 141 13 0 45 273 136 40
Binary 101 10001111 10100000 1100001 1011 0 100101 10111011 1011110 100000

Color Harmonies of #058FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FA0

Black with #058FA0

Text Example


Text Example

White with #058FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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