Html Css Color HEX #53ABBC Viking

📋 copy color: '#53ABBC'

red 83 ◦ green 171 ◦ blue 188

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

Shades of Viking #53ABBC

Tints of Viking #53ABBC

RGB

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

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

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

R = 18.78%
G = 38.69%
B = 42.53%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53ABBC (or 0x53ABBC) is known color: Viking. HEX triplet: 53, AB and BC. RGB value is (83,171,188). Sum of RGB (Red+Green+Blue) = 83+171+188=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #53ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABBC is #AC5443. Grayscale: #929292. Windows color (decimal): -11293764 or 12364627. OLE color: 12364627.

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

Color convert

RGB 83 171 188 -
CMYK 0.56 0.09 0 0.26
HSL 189.71º 0.44% 0.53% -
HSV(B) 189.71º 0.56% 0.74% -
XYZ 27.21 34.6 52.82 -
YUV 146.63 151.35 82.62 -
System Red Green Blue C M Y K H S L
Decimal 83 171 188 0.56 0.09 0 0.26 189.71 0.44 0.53
Hex 53 AB BC 38 9 0 1A BE 2C 35
Octal 123 253 274 70 11 0 32 276 54 65
Binary 1010011 10101011 10111100 111000 1001 0 11010 10111110 101100 110101

Color Harmonies of #53ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABBC

Black with #53ABBC

Text Example


Text Example

White with #53ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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