#53B5BD

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

Shades of Viking #53B5BD

Tints of Viking #53B5BD

Color information

#53B5BD (or 0x53B5BD) is unknown color: approx Viking. HEX triplet: 53, B5 and BD. RGB value is (83,181,189). Sum of RGB (Red+Green+Blue) = 83+181+189=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #53B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B5BD is #AC4A42. Grayscale: #989898. Windows color (decimal): -11291203 or 12432723. OLE color: 12432723.

HSL color Cylindrical-coordinate representation of color #53B5BD: hue angle of 184.53º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B5BD is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83181189-
CMYK0.560.0400.26
HSL184.53º44.54%53.33%-
HSV(B)184.53º56.08%74.12%-
XYZ29.2838.5654.04-
YUV152.61148.5378.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.32%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=18.32%
G=39.96%
B=41.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831811890.560.0400.26184.5344.5453.33
Hex53B5BD38401Ab92d35
Octal1232652757040322715565
Binary1010011101101011011110111100010001101010111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,181,189); }

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

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

 a { background-color: rgb(83,181,189); }

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

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

 span { border-color: rgb(83,181,189); }

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