#0596C5

Color #0596C5 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0596C5

Tints of Pacific Blue #0596C5

Color information

#0596C5 (or 0x0596C5) is unknown color: approx Pacific Blue. HEX triplet: 05, 96 and C5. RGB value is (5,150,197). Sum of RGB (Red+Green+Blue) = 5+150+197=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #0596C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596C5 is #FA693A. Grayscale: #6F6F6F. Windows color (decimal): -16410939 or 12948997. OLE color: 12948997.

HSL color Cylindrical-coordinate representation of color #0596C5: hue angle of 194.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596C5 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5150197-
CMYK0.970.2400.23
HSL194.69º95.05%39.61%-
HSV(B)194.69º97.46%77.25%-
XYZ21.0525.8856.71-
YUV112175.9651.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 197 (77.34% from 255) = 55.97%
R=1.42%
G=42.61%
B=55.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51501970.970.2400.23194.6995.0539.61
Hex596C56118017c35f28
Octal52263051413002730313750
Binary1011001011011000101110000111000010111110000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0596C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0596C5;
 }
 .AnyTagClassName
 {
   color: #0596C5;
 }
</style>
background-color css

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

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

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

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

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

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