#53B4CE

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

Shades of Viking #53B4CE

Tints of Viking #53B4CE

Color information

#53B4CE (or 0x53B4CE) is unknown color: approx Viking. HEX triplet: 53, B4 and CE. RGB value is (83,180,206). Sum of RGB (Red+Green+Blue) = 83+180+206=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #53B4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B4CE is #AC4B31. Grayscale: #999999. Windows color (decimal): -11291442 or 13546579. OLE color: 13546579.

HSL color Cylindrical-coordinate representation of color #53B4CE: hue angle of 192.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B4CE is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB83180206-
CMYK0.600.1300.19
HSL192.68º55.66%56.67%-
HSV(B)192.68º59.71%80.78%-
XYZ31.0338.9464.27-
YUV153.96157.3677.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=17.70%
G=38.38%
B=43.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal831802060.600.1300.19192.6855.6656.67
Hex53B4CE3CD013c13839
Octal12326431674150233017071
Binary10100111011010011001110111100110101001111000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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