#54B5CC

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

Shades of Viking #54B5CC

Tints of Viking #54B5CC

Color information

#54B5CC (or 0x54B5CC) is unknown color: approx Viking. HEX triplet: 54, B5 and CC. RGB value is (84,181,204). Sum of RGB (Red+Green+Blue) = 84+181+204=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #54B5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5CC is #AB4A33. Grayscale: #9A9A9A. Windows color (decimal): -11225652 or 13415764. OLE color: 13415764.

HSL color Cylindrical-coordinate representation of color #54B5CC: hue angle of 191.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B5CC is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84181204-
CMYK0.590.1100.2
HSL191.5º54.05%56.47%-
HSV(B)191.5º58.82%80%-
XYZ31.0839.2963.07-
YUV154.62155.8677.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.91%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=17.91%
G=38.59%
B=43.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841812040.590.1100.2191.554.0556.47
Hex54B5CC3BB014c03638
Octal12426531473130243006670
Binary10101001011010111001100111011101101010011000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,181,204); }

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

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

 a { background-color: rgb(84,181,204); }

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

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

 span { border-color: rgb(84,181,204); }

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