Html Css Color HEX #53AFCA Viking

📋 copy color: '#53AFCA'

red 83 ◦ green 175 ◦ blue 202

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

Shades of Viking #53AFCA

Tints of Viking #53AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 18.04%
G = 38.04%
B = 43.91%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53AFCA (or 0x53AFCA) is known color: Viking. HEX triplet: 53, AF and CA. RGB value is (83,175,202). Sum of RGB (Red+Green+Blue) = 83+175+202=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #53AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFCA is #AC5035. Grayscale: #969696. Windows color (decimal): -11292726 or 13283155. OLE color: 13283155.

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

Color convert

RGB 83 175 202 -
CMYK 0.59 0.13 0 0.21
HSL 193.61º 0.53% 0.56% -
HSV(B) 193.61º 0.59% 0.79% -
XYZ 29.56 36.76 61.42 -
YUV 150.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 83 175 202 0.59 0.13 0 0.21 193.61 0.53 0.56
Hex 53 AF CA 3B D 0 15 C2 35 38
Octal 123 257 312 73 15 0 25 302 65 70
Binary 1010011 10101111 11001010 111011 1101 0 10101 11000010 110101 111000

Color Harmonies of #53AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFCA

Black with #53AFCA

Text Example


Text Example

White with #53AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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