Html Css Color HEX #53ACB9 Viking

📋 copy color: '#53ACB9'

red 83 ◦ green 172 ◦ blue 185

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

Shades of Viking #53ACB9

Tints of Viking #53ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 18.86%
G = 39.09%
B = 42.05%

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

#53ACB9 (or 0x53ACB9) is known color: Viking. HEX triplet: 53, AC and B9. RGB value is (83,172,185). Sum of RGB (Red+Green+Blue) = 83+172+185=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #53ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACB9 is #AC5346. Grayscale: #929292. Windows color (decimal): -11293511 or 12168275. OLE color: 12168275.

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

Color convert

RGB 83 172 185 -
CMYK 0.55 0.07 0 0.27
HSL 187.65º 0.42% 0.53% -
HSV(B) 187.65º 0.55% 0.73% -
XYZ 27.08 34.85 51.2 -
YUV 146.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 83 172 185 0.55 0.07 0 0.27 187.65 0.42 0.53
Hex 53 AC B9 37 7 0 1B BC 2A 35
Octal 123 254 271 67 7 0 33 274 52 65
Binary 1010011 10101100 10111001 110111 111 0 11011 10111100 101010 110101

Color Harmonies of #53ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACB9

Black with #53ACB9

Text Example


Text Example

White with #53ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,172,185); }

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

background-color css

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

 a { background-color: rgb(83,172,185); }

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

border-color css

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

 span { border-color: rgb(83,172,185); }

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