Html Css Color HEX #0596A5 Eastern Blue

📋 copy color: '#0596A5'

red 5 ◦ green 150 ◦ blue 165

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

Shades of Eastern Blue #0596A5

Tints of Eastern Blue #0596A5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.88%

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

R = 1.56%
G = 46.88%
B = 51.56%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0596A5 (or 0x0596A5) is known color: Eastern Blue. HEX triplet: 05, 96 and A5. RGB value is (5,150,165). Sum of RGB (Red+Green+Blue) = 5+150+165=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #0596A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0596A5 is #FA695A. Grayscale: #6C6C6C. Windows color (decimal): -16410971 or 10851845. OLE color: 10851845.

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

Color convert

RGB 5 150 165 -
CMYK 0.97 0.09 0 0.35
HSL 185.63º 0.94% 0.33% -
HSV(B) 185.63º 0.97% 0.65% -
XYZ 17.76 24.56 39.4 -
YUV 108.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 5 150 165 0.97 0.09 0 0.35 185.63 0.94 0.33
Hex 5 96 A5 61 9 0 23 BA 5E 21
Octal 5 226 245 141 11 0 43 272 136 41
Binary 101 10010110 10100101 1100001 1001 0 100011 10111010 1011110 100001

Color Harmonies of #0596A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0596A5

Black with #0596A5

Text Example


Text Example

White with #0596A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0596A5; }

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

 H1.HeaderClassName
 {
   color: #0596A5;
 }
 .AnyTagClassName
 {
   color: #0596A5;
 }
</style>

background-color css

<style>
 a { background-color: #0596A5; }

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

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

border-color css

<style>
 span { border-color: #0596A5; }

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

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