Html Css Color HEX #53AABC Viking

📋 copy color: '#53AABC'

red 83 ◦ green 170 ◦ blue 188

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

Shades of Viking #53AABC

Tints of Viking #53AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 18.82%
G = 38.55%
B = 42.63%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53AABC (or 0x53AABC) is known color: Viking. HEX triplet: 53, AA and BC. RGB value is (83,170,188). Sum of RGB (Red+Green+Blue) = 83+170+188=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #53AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABC is #AC5543. Grayscale: #919191. Windows color (decimal): -11294020 or 12364371. OLE color: 12364371.

HSL color Cylindrical-coordinate representation of color #53AABC: hue angle of 190.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AABC is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 170 188 -
CMYK 0.56 0.10 0 0.26
HSL 190.29º 0.44% 0.53% -
HSV(B) 190.29º 0.56% 0.74% -
XYZ 27.02 34.22 52.76 -
YUV 146.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 83 170 188 0.56 0.10 0 0.26 190.29 0.44 0.53
Hex 53 AA BC 38 A 0 1A BE 2C 35
Octal 123 252 274 70 12 0 32 276 54 65
Binary 1010011 10101010 10111100 111000 1010 0 11010 10111110 101100 110101

Color Harmonies of #53AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AABC

Black with #53AABC

Text Example


Text Example

White with #53AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,188); }

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

background-color css

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

 a { background-color: rgb(83,170,188); }

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

border-color css

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

 span { border-color: rgb(83,170,188); }

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