Html Css Color HEX #53A8BA Viking

📋 copy color: '#53A8BA'

red 83 ◦ green 168 ◦ blue 186

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

Shades of Viking #53A8BA

Tints of Viking #53A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 18.99%
G = 38.44%
B = 42.56%

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

#53A8BA (or 0x53A8BA) is known color: Viking. HEX triplet: 53, A8 and BA. RGB value is (83,168,186). Sum of RGB (Red+Green+Blue) = 83+168+186=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BA is #AC5745. Grayscale: #909090. Windows color (decimal): -11294534 or 12232787. OLE color: 12232787.

HSL color Cylindrical-coordinate representation of color #53A8BA: hue angle of 190.49º 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 #53A8BA is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 168 186 -
CMYK 0.55 0.10 0 0.27
HSL 190.49º 0.43% 0.53% -
HSV(B) 190.49º 0.55% 0.73% -
XYZ 26.43 33.39 51.51 -
YUV 144.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 83 168 186 0.55 0.10 0 0.27 190.49 0.43 0.53
Hex 53 A8 BA 37 A 0 1B BE 2B 35
Octal 123 250 272 67 12 0 33 276 53 65
Binary 1010011 10101000 10111010 110111 1010 0 11011 10111110 101011 110101

Color Harmonies of #53A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8BA

Black with #53A8BA

Text Example


Text Example

White with #53A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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