Html Css Color HEX #53ADC5 Viking

📋 copy color: '#53ADC5'

red 83 ◦ green 173 ◦ blue 197

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

Shades of Viking #53ADC5

Tints of Viking #53ADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 18.32%
G = 38.19%
B = 43.49%

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

#53ADC5 (or 0x53ADC5) is known color: Viking. HEX triplet: 53, AD and C5. RGB value is (83,173,197). Sum of RGB (Red+Green+Blue) = 83+173+197=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #53ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADC5 is #AC523A. Grayscale: #949494. Windows color (decimal): -11293243 or 12954963. OLE color: 12954963.

HSL color Cylindrical-coordinate representation of color #53ADC5: hue angle of 192.63º degrees, saturation: 0.5, 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 #53ADC5 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 173 197 -
CMYK 0.58 0.12 0 0.23
HSL 192.63º 0.5% 0.55% -
HSV(B) 192.63º 0.58% 0.77% -
XYZ 28.59 35.76 58.22 -
YUV 148.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 83 173 197 0.58 0.12 0 0.23 192.63 0.5 0.55
Hex 53 AD C5 3A C 0 17 C1 32 37
Octal 123 255 305 72 14 0 27 301 62 67
Binary 1010011 10101101 11000101 111010 1100 0 10111 11000001 110010 110111

Color Harmonies of #53ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADC5

Black with #53ADC5

Text Example


Text Example

White with #53ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,197); }

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

background-color css

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

 a { background-color: rgb(83,173,197); }

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

border-color css

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

 span { border-color: rgb(83,173,197); }

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