Html Css Color HEX #53ACC4 Viking

📋 copy color: '#53ACC4'

red 83 ◦ green 172 ◦ blue 196

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

Shades of Viking #53ACC4

Tints of Viking #53ACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 18.4%
G = 38.14%
B = 43.46%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#53ACC4 (or 0x53ACC4) is known color: Viking. HEX triplet: 53, AC and C4. RGB value is (83,172,196). Sum of RGB (Red+Green+Blue) = 83+172+196=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #53ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACC4 is #AC533B. Grayscale: #939393. Windows color (decimal): -11293500 or 12889171. OLE color: 12889171.

HSL color Cylindrical-coordinate representation of color #53ACC4: hue angle of 192.74º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53ACC4 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 172 196 -
CMYK 0.58 0.12 0 0.23
HSL 192.74º 0.49% 0.55% -
HSV(B) 192.74º 0.58% 0.77% -
XYZ 28.28 35.33 57.55 -
YUV 148.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 83 172 196 0.58 0.12 0 0.23 192.74 0.49 0.55
Hex 53 AC C4 3A C 0 17 C1 31 37
Octal 123 254 304 72 14 0 27 301 61 67
Binary 1010011 10101100 11000100 111010 1100 0 10111 11000001 110001 110111

Color Harmonies of #53ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACC4

Black with #53ACC4

Text Example


Text Example

White with #53ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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