#42A5C0

Color #42A5C0 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #42A5C0

Tints of Viking #42A5C0

Color information

#42A5C0 (or 0x42A5C0) is unknown color: approx Viking. HEX triplet: 42, A5 and C0. RGB value is (66,165,192). Sum of RGB (Red+Green+Blue) = 66+165+192=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #42A5C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5C0 is #BD5A3F. Grayscale: #8A8A8A. Windows color (decimal): -12409408 or 12625218. OLE color: 12625218.

HSL color Cylindrical-coordinate representation of color #42A5C0: hue angle of 192.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42A5C0 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66165192-
CMYK0.660.1400.25
HSL192.86º50%50.59%-
HSV(B)192.86º65.62%75.29%-
XYZ25.2231.8754.69-
YUV138.48158.276.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.60%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=15.60%
G=39.01%
B=45.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661651920.660.1400.25192.865050.59
Hex42A5C042E019c13233
Octal102245300102160313016263
Binary100001010100101110000001000010111001100111000001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A5C0; }

 p { color: rgb(66,165,192); }

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

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

 a { background-color: rgb(66,165,192); }

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

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

 span { border-color: rgb(66,165,192); }

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