Html Css Color HEX #058FA5 Eastern Blue

📋 copy color: '#058FA5'

red 5 ◦ green 143 ◦ blue 165

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

Shades of Eastern Blue #058FA5

Tints of Eastern Blue #058FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.72%

R = 1.6%
G = 45.69%
B = 52.72%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#058FA5 (or 0x058FA5) is known color: Eastern Blue. HEX triplet: 05, 8F and A5. RGB value is (5,143,165). Sum of RGB (Red+Green+Blue) = 5+143+165=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #058FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FA5 is #FA705A. Grayscale: #686868. Windows color (decimal): -16412763 or 10850053. OLE color: 10850053.

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

Color convert

RGB 5 143 165 -
CMYK 0.97 0.13 0 0.35
HSL 188.25º 0.94% 0.33% -
HSV(B) 188.25º 0.97% 0.65% -
XYZ 16.68 22.39 39.04 -
YUV 104.25 162.28 57.21 -
System Red Green Blue C M Y K H S L
Decimal 5 143 165 0.97 0.13 0 0.35 188.25 0.94 0.33
Hex 5 8F A5 61 D 0 23 BC 5E 21
Octal 5 217 245 141 15 0 43 274 136 41
Binary 101 10001111 10100101 1100001 1101 0 100011 10111100 1011110 100001

Color Harmonies of #058FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FA5

Black with #058FA5

Text Example


Text Example

White with #058FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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