Html Css Color HEX #53BAC2 Viking

📋 copy color: '#53BAC2'

red 83 ◦ green 186 ◦ blue 194

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

Shades of Viking #53BAC2

Tints of Viking #53BAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.9%

R = 17.93%
G = 40.17%
B = 41.9%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#53BAC2 (or 0x53BAC2) is known color: Viking. HEX triplet: 53, BA and C2. RGB value is (83,186,194). Sum of RGB (Red+Green+Blue) = 83+186+194=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #53BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAC2 is #AC453D. Grayscale: #9B9B9B. Windows color (decimal): -11289918 or 12761683. OLE color: 12761683.

HSL color Cylindrical-coordinate representation of color #53BAC2: hue angle of 184.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BAC2 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 186 194 -
CMYK 0.57 0.04 0 0.24
HSL 184.32º 0.48% 0.54% -
HSV(B) 184.32º 0.57% 0.76% -
XYZ 30.86 40.85 57.3 -
YUV 156.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 83 186 194 0.57 0.04 0 0.24 184.32 0.48 0.54
Hex 53 BA C2 39 4 0 18 B8 30 36
Octal 123 272 302 71 4 0 30 270 60 66
Binary 1010011 10111010 11000010 111001 100 0 11000 10111000 110000 110110

Color Harmonies of #53BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAC2

Black with #53BAC2

Text Example


Text Example

White with #53BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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