Html Css Color HEX #53A9CA Viking

📋 copy color: '#53A9CA'

red 83 ◦ green 169 ◦ blue 202

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

Shades of Viking #53A9CA

Tints of Viking #53A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 18.28%
G = 37.22%
B = 44.49%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53A9CA (or 0x53A9CA) is known color: Viking. HEX triplet: 53, A9 and CA. RGB value is (83,169,202). Sum of RGB (Red+Green+Blue) = 83+169+202=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #53A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A9CA is #AC5635. Grayscale: #929292. Windows color (decimal): -11294262 or 13281619. OLE color: 13281619.

HSL color Cylindrical-coordinate representation of color #53A9CA: hue angle of 196.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53A9CA is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 169 202 -
CMYK 0.59 0.16 0 0.21
HSL 196.64º 0.53% 0.56% -
HSV(B) 196.64º 0.59% 0.79% -
XYZ 28.42 34.48 61.03 -
YUV 147.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 83 169 202 0.59 0.16 0 0.21 196.64 0.53 0.56
Hex 53 A9 CA 3B 10 0 15 C5 35 38
Octal 123 251 312 73 20 0 25 305 65 70
Binary 1010011 10101001 11001010 111011 10000 0 10101 11000101 110101 111000

Color Harmonies of #53A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A9CA

Black with #53A9CA

Text Example


Text Example

White with #53A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,169,202); }

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

background-color css

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

 a { background-color: rgb(83,169,202); }

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

border-color css

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

 span { border-color: rgb(83,169,202); }

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