Html Css Color HEX #53A8CA Viking

📋 copy color: '#53A8CA'

red 83 ◦ green 168 ◦ blue 202

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

Shades of Viking #53A8CA

Tints of Viking #53A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

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

R = 18.32%
G = 37.09%
B = 44.59%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53A8CA (or 0x53A8CA) is known color: Viking. HEX triplet: 53, A8 and CA. RGB value is (83,168,202). Sum of RGB (Red+Green+Blue) = 83+168+202=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #53A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8CA is #AC5735. Grayscale: #929292. Windows color (decimal): -11294518 or 13281363. OLE color: 13281363.

HSL color Cylindrical-coordinate representation of color #53A8CA: hue angle of 197.14º 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 #53A8CA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 168 202 -
CMYK 0.59 0.17 0 0.21
HSL 197.14º 0.53% 0.56% -
HSV(B) 197.14º 0.59% 0.79% -
XYZ 28.23 34.11 60.97 -
YUV 146.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 83 168 202 0.59 0.17 0 0.21 197.14 0.53 0.56
Hex 53 A8 CA 3B 11 0 15 C5 35 38
Octal 123 250 312 73 21 0 25 305 65 70
Binary 1010011 10101000 11001010 111011 10001 0 10101 11000101 110101 111000

Color Harmonies of #53A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8CA

Black with #53A8CA

Text Example


Text Example

White with #53A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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