Html Css Color HEX #53BDCD Viking

📋 copy color: '#53BDCD'

red 83 ◦ green 189 ◦ blue 205

#53BDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #53BDCD

Tints of Viking #53BDCD

RGB

 RED value IS 83 (32.81% from 255) = 17.4%

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 17.4%
G = 39.62%
B = 42.98%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53BDCD (or 0x53BDCD) is known color: Viking. HEX triplet: 53, BD and CD. RGB value is (83,189,205). Sum of RGB (Red+Green+Blue) = 83+189+205=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #53BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDCD is #AC4232. Grayscale: #9E9E9E. Windows color (decimal): -11289139 or 13483347. OLE color: 13483347.

HSL color Cylindrical-coordinate representation of color #53BDCD: hue angle of 187.87º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BDCD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 189 205 -
CMYK 0.60 0.08 0 0.20
HSL 187.87º 0.55% 0.56% -
HSV(B) 187.87º 0.6% 0.8% -
XYZ 32.78 42.64 64.26 -
YUV 159.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 83 189 205 0.60 0.08 0 0.20 187.87 0.55 0.56
Hex 53 BD CD 3C 8 0 14 BC 37 38
Octal 123 275 315 74 10 0 24 274 67 70
Binary 1010011 10111101 11001101 111100 1000 0 10100 10111100 110111 111000

Color Harmonies of #53BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDCD

Black with #53BDCD

Text Example


Text Example

White with #53BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BDCD;
 }
 .AnyTagClassName
 {
   color: #53BDCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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