Html Css Color HEX #53A7BA Viking

📋 copy color: '#53A7BA'

red 83 ◦ green 167 ◦ blue 186

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

Shades of Viking #53A7BA

Tints of Viking #53A7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 19.04%
G = 38.3%
B = 42.66%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53A7BA (or 0x53A7BA) is known color: Viking. HEX triplet: 53, A7 and BA. RGB value is (83,167,186). Sum of RGB (Red+Green+Blue) = 83+167+186=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A7BA is #AC5845. Grayscale: #8F8F8F. Windows color (decimal): -11294790 or 12232531. OLE color: 12232531.

HSL color Cylindrical-coordinate representation of color #53A7BA: hue angle of 191.07º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A7BA is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 167 186 -
CMYK 0.55 0.10 0 0.27
HSL 191.07º 0.43% 0.53% -
HSV(B) 191.07º 0.55% 0.73% -
XYZ 26.25 33.02 51.44 -
YUV 144.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 83 167 186 0.55 0.10 0 0.27 191.07 0.43 0.53
Hex 53 A7 BA 37 A 0 1B BF 2B 35
Octal 123 247 272 67 12 0 33 277 53 65
Binary 1010011 10100111 10111010 110111 1010 0 11011 10111111 101011 110101

Color Harmonies of #53A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7BA

Black with #53A7BA

Text Example


Text Example

White with #53A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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