Html Css Color HEX #53ABBA Viking

📋 copy color: '#53ABBA'

red 83 ◦ green 171 ◦ blue 186

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

Shades of Viking #53ABBA

Tints of Viking #53ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 18.86%
G = 38.86%
B = 42.27%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53ABBA (or 0x53ABBA) is known color: Viking. HEX triplet: 53, AB and BA. RGB value is (83,171,186). Sum of RGB (Red+Green+Blue) = 83+171+186=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #53ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABBA is #AC5445. Grayscale: #929292. Windows color (decimal): -11293766 or 12233555. OLE color: 12233555.

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

Color convert

RGB 83 171 186 -
CMYK 0.55 0.08 0 0.27
HSL 188.74º 0.43% 0.53% -
HSV(B) 188.74º 0.55% 0.73% -
XYZ 26.99 34.51 51.69 -
YUV 146.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 83 171 186 0.55 0.08 0 0.27 188.74 0.43 0.53
Hex 53 AB BA 37 8 0 1B BD 2B 35
Octal 123 253 272 67 10 0 33 275 53 65
Binary 1010011 10101011 10111010 110111 1000 0 11011 10111101 101011 110101

Color Harmonies of #53ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABBA

Black with #53ABBA

Text Example


Text Example

White with #53ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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