#5CA9BF

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

Shades of Viking #5CA9BF

Tints of Viking #5CA9BF

Color information

#5CA9BF (or 0x5CA9BF) is unknown color: approx Viking. HEX triplet: 5C, A9 and BF. RGB value is (92,169,191). Sum of RGB (Red+Green+Blue) = 92+169+191=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #5CA9BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA9BF is #A35640. Grayscale: #949494. Windows color (decimal): -10704449 or 12560732. OLE color: 12560732.

HSL color Cylindrical-coordinate representation of color #5CA9BF: hue angle of 193.33º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CA9BF is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92169191-
CMYK0.520.1200.25
HSL193.33º43.61%55.49%-
HSV(B)193.33º51.83%74.9%-
XYZ28.0134.4154.46-
YUV148.48151.9987.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.35%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 191 (75% from 255) = 42.26%
R=20.35%
G=37.39%
B=42.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921691910.520.1200.25193.3343.6155.49
Hex5CA9BF34C019c12c37
Octal13425127764140313015467
Binary10111001010100110111111110100110001100111000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CA9BF; }

 p { color: rgb(92,169,191); }

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

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

 a { background-color: rgb(92,169,191); }

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

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

 span { border-color: rgb(92,169,191); }

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