Html Css Color HEX #53ADBA Viking

📋 copy color: '#53ADBA'

red 83 ◦ green 173 ◦ blue 186

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

Shades of Viking #53ADBA

Tints of Viking #53ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

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

R = 18.78%
G = 39.14%
B = 42.08%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53ADBA (or 0x53ADBA) is known color: Viking. HEX triplet: 53, AD and BA. RGB value is (83,173,186). Sum of RGB (Red+Green+Blue) = 83+173+186=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #53ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADBA is #AC5245. Grayscale: #939393. Windows color (decimal): -11293254 or 12234067. OLE color: 12234067.

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

Color convert

RGB 83 173 186 -
CMYK 0.55 0.07 0 0.27
HSL 187.57º 0.43% 0.53% -
HSV(B) 187.57º 0.55% 0.73% -
XYZ 27.37 35.27 51.82 -
YUV 147.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 83 173 186 0.55 0.07 0 0.27 187.57 0.43 0.53
Hex 53 AD BA 37 7 0 1B BC 2B 35
Octal 123 255 272 67 7 0 33 274 53 65
Binary 1010011 10101101 10111010 110111 111 0 11011 10111100 101011 110101

Color Harmonies of #53ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADBA

Black with #53ADBA

Text Example


Text Example

White with #53ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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