#54B1C1

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

Shades of Viking #54B1C1

Tints of Viking #54B1C1

Color information

#54B1C1 (or 0x54B1C1) is unknown color: approx Viking. HEX triplet: 54, B1 and C1. RGB value is (84,177,193). Sum of RGB (Red+Green+Blue) = 84+177+193=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #54B1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1C1 is #AB4E3E. Grayscale: #969696. Windows color (decimal): -11226687 or 12693844. OLE color: 12693844.

HSL color Cylindrical-coordinate representation of color #54B1C1: hue angle of 188.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B1C1 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84177193-
CMYK0.560.0800.24
HSL188.81º46.78%54.31%-
HSV(B)188.81º56.48%75.69%-
XYZ2937.1856.1-
YUV151.02151.6980.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.50%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=18.50%
G=38.99%
B=42.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841771930.560.0800.24188.8146.7854.31
Hex54B1C1388018bd2f36
Octal12426130170100302755766
Binary10101001011000111000001111000100001100010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B1C1; }

 p { color: rgb(84,177,193); }

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

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

 a { background-color: rgb(84,177,193); }

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

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

 span { border-color: rgb(84,177,193); }

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