Html Css Color HEX #0596A3 Eastern Blue

📋 copy color: '#0596A3'

red 5 ◦ green 150 ◦ blue 163

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

Shades of Eastern Blue #0596A3

Tints of Eastern Blue #0596A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 51.26%

R = 1.57%
G = 47.17%
B = 51.26%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0596A3 (or 0x0596A3) is known color: Eastern Blue. HEX triplet: 05, 96 and A3. RGB value is (5,150,163). Sum of RGB (Red+Green+Blue) = 5+150+163=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #0596A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0596A3 is #FA695C. Grayscale: #6B6B6B. Windows color (decimal): -16410973 or 10720773. OLE color: 10720773.

HSL color Cylindrical-coordinate representation of color #0596A3: hue angle of 184.94º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596A3 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 150 163 -
CMYK 0.97 0.08 0 0.36
HSL 184.94º 0.94% 0.33% -
HSV(B) 184.94º 0.97% 0.64% -
XYZ 17.58 24.49 38.45 -
YUV 108.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 5 150 163 0.97 0.08 0 0.36 184.94 0.94 0.33
Hex 5 96 A3 61 8 0 24 B9 5E 21
Octal 5 226 243 141 10 0 44 271 136 41
Binary 101 10010110 10100011 1100001 1000 0 100100 10111001 1011110 100001

Color Harmonies of #0596A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0596A3

Black with #0596A3

Text Example


Text Example

White with #0596A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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