Html Css Color HEX #53ABCF Viking

📋 copy color: '#53ABCF'

red 83 ◦ green 171 ◦ blue 207

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

Shades of Viking #53ABCF

Tints of Viking #53ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 18%
G = 37.09%
B = 44.9%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53ABCF (or 0x53ABCF) is known color: Viking. HEX triplet: 53, AB and CF. RGB value is (83,171,207). Sum of RGB (Red+Green+Blue) = 83+171+207=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #53ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABCF is #AC5430. Grayscale: #949494. Windows color (decimal): -11293745 or 13609811. OLE color: 13609811.

HSL color Cylindrical-coordinate representation of color #53ABCF: hue angle of 197.42º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53ABCF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 171 207 -
CMYK 0.60 0.17 0 0.19
HSL 197.42º 0.56% 0.57% -
HSV(B) 197.42º 0.6% 0.81% -
XYZ 29.39 35.47 64.33 -
YUV 148.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 83 171 207 0.60 0.17 0 0.19 197.42 0.56 0.57
Hex 53 AB CF 3C 11 0 13 C5 38 39
Octal 123 253 317 74 21 0 23 305 70 71
Binary 1010011 10101011 11001111 111100 10001 0 10011 11000101 111000 111001

Color Harmonies of #53ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABCF

Black with #53ABCF

Text Example


Text Example

White with #53ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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