Html Css Color HEX #0588AC Eastern Blue

📋 copy color: '#0588AC'

red 5 ◦ green 136 ◦ blue 172

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

Shades of Eastern Blue #0588AC

Tints of Eastern Blue #0588AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 1.6%
G = 43.45%
B = 54.95%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0588AC (or 0x0588AC) is known color: Eastern Blue. HEX triplet: 05, 88 and AC. RGB value is (5,136,172). Sum of RGB (Red+Green+Blue) = 5+136+172=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #0588AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0588AC is #FA7753. Grayscale: #646464. Windows color (decimal): -16414548 or 11307013. OLE color: 11307013.

HSL color Cylindrical-coordinate representation of color #0588AC: hue angle of 192.93º 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 #0588AC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 136 172 -
CMYK 0.97 0.21 0 0.33
HSL 192.93º 0.94% 0.35% -
HSV(B) 192.93º 0.97% 0.67% -
XYZ 16.31 20.62 42.15 -
YUV 100.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 5 136 172 0.97 0.21 0 0.33 192.93 0.94 0.35
Hex 5 88 AC 61 15 0 21 C1 5E 23
Octal 5 210 254 141 25 0 41 301 136 43
Binary 101 10001000 10101100 1100001 10101 0 100001 11000001 1011110 100011

Color Harmonies of #0588AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0588AC

Black with #0588AC

Text Example


Text Example

White with #0588AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0588AC; }

 p { color: rgb(5,136,172); }

 H1.HeaderClassName
 {
   color: #0588AC;
 }
 .AnyTagClassName
 {
   color: #0588AC;
 }
</style>

background-color css

<style>
 a { background-color: #0588AC; }

 a { background-color: rgb(5,136,172); }

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

border-color css

<style>
 span { border-color: #0588AC; }

 span { border-color: rgb(5,136,172); }

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