Html Css Color HEX #53BACD Viking

📋 copy color: '#53BACD'

red 83 ◦ green 186 ◦ blue 205

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

Shades of Viking #53BACD

Tints of Viking #53BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

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

R = 17.51%
G = 39.24%
B = 43.25%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53BACD (or 0x53BACD) is known color: Viking. HEX triplet: 53, BA and CD. RGB value is (83,186,205). Sum of RGB (Red+Green+Blue) = 83+186+205=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #53BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BACD is #AC4532. Grayscale: #9D9D9D. Windows color (decimal): -11289907 or 13482579. OLE color: 13482579.

HSL color Cylindrical-coordinate representation of color #53BACD: hue angle of 189.34º 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 #53BACD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 186 205 -
CMYK 0.60 0.09 0 0.20
HSL 189.34º 0.55% 0.56% -
HSV(B) 189.34º 0.6% 0.8% -
XYZ 32.15 41.36 64.05 -
YUV 157.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 83 186 205 0.60 0.09 0 0.20 189.34 0.55 0.56
Hex 53 BA CD 3C 9 0 14 BD 37 38
Octal 123 272 315 74 11 0 24 275 67 70
Binary 1010011 10111010 11001101 111100 1001 0 10100 10111101 110111 111000

Color Harmonies of #53BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BACD

Black with #53BACD

Text Example


Text Example

White with #53BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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