Html Css Color HEX #53BABC Viking

📋 copy color: '#53BABC'

red 83 ◦ green 186 ◦ blue 188

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

Shades of Viking #53BABC

Tints of Viking #53BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

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

R = 18.16%
G = 40.7%
B = 41.14%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53BABC (or 0x53BABC) is known color: Viking. HEX triplet: 53, BA and BC. RGB value is (83,186,188). Sum of RGB (Red+Green+Blue) = 83+186+188=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #53BABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BABC is #AC4543. Grayscale: #9B9B9B. Windows color (decimal): -11289924 or 12368467. OLE color: 12368467.

HSL color Cylindrical-coordinate representation of color #53BABC: hue angle of 181.14º 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 #53BABC is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 186 188 -
CMYK 0.56 0.01 0 0.26
HSL 181.14º 0.44% 0.53% -
HSV(B) 181.14º 0.56% 0.74% -
XYZ 30.2 40.59 53.82 -
YUV 155.43 146.38 76.34 -
System Red Green Blue C M Y K H S L
Decimal 83 186 188 0.56 0.01 0 0.26 181.14 0.44 0.53
Hex 53 BA BC 38 1 0 1A B5 2C 35
Octal 123 272 274 70 1 0 32 265 54 65
Binary 1010011 10111010 10111100 111000 1 0 11010 10110101 101100 110101

Color Harmonies of #53BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BABC

Black with #53BABC

Text Example


Text Example

White with #53BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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