#53B4C4

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

Shades of Viking #53B4C4

Tints of Viking #53B4C4

Color information

#53B4C4 (or 0x53B4C4) is unknown color: approx Viking. HEX triplet: 53, B4 and C4. RGB value is (83,180,196). Sum of RGB (Red+Green+Blue) = 83+180+196=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #53B4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B4C4 is #AC4B3B. Grayscale: #989898. Windows color (decimal): -11291452 or 12891219. OLE color: 12891219.

HSL color Cylindrical-coordinate representation of color #53B4C4: hue angle of 188.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53B4C4 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83180196-
CMYK0.580.0800.23
HSL188.5º48.92%54.71%-
HSV(B)188.5º57.65%76.86%-
XYZ29.8538.4758.08-
YUV152.82152.3678.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=18.08%
G=39.22%
B=42.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831801960.580.0800.23188.548.9254.71
Hex53B4C43A8017bc3137
Octal12326430472100272746167
Binary10100111011010011000100111010100001011110111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B4C4; }

 p { color: rgb(83,180,196); }

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

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

 a { background-color: rgb(83,180,196); }

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

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

 span { border-color: rgb(83,180,196); }

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