#428596

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

Shades of Hippie Blue #428596

Tints of Hippie Blue #428596

Color information

#428596 (or 0x428596) is unknown color: approx Hippie Blue. HEX triplet: 42, 85 and 96. RGB value is (66,133,150). Sum of RGB (Red+Green+Blue) = 66+133+150=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #428596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428596 is #BD7A69. Grayscale: #727272. Windows color (decimal): -12417642 or 9864514. OLE color: 9864514.

HSL color Cylindrical-coordinate representation of color #428596: hue angle of 192.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428596 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66133150-
CMYK0.560.1100.41
HSL192.14º38.89%42.35%-
HSV(B)192.14º56%58.82%-
XYZ16.1420.1431.89-
YUV114.9147.893.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=18.91%
G=38.11%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661331500.560.1100.41192.1438.8942.35
Hex42859638B029c0272a
Octal10220522670130513004752
Binary100001010000101100101101110001011010100111000000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428596; }

 p { color: rgb(66,133,150); }

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

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

 a { background-color: rgb(66,133,150); }

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

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

 span { border-color: rgb(66,133,150); }

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