Html Css Color HEX #53AECA Viking

📋 copy color: '#53AECA'

red 83 ◦ green 174 ◦ blue 202

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

Shades of Viking #53AECA

Tints of Viking #53AECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

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

R = 18.08%
G = 37.91%
B = 44.01%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53AECA (or 0x53AECA) is known color: Viking. HEX triplet: 53, AE and CA. RGB value is (83,174,202). Sum of RGB (Red+Green+Blue) = 83+174+202=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #53AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AECA is #AC5135. Grayscale: #959595. Windows color (decimal): -11292982 or 13282899. OLE color: 13282899.

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

Color convert

RGB 83 174 202 -
CMYK 0.59 0.14 0 0.21
HSL 194.12º 0.53% 0.56% -
HSV(B) 194.12º 0.59% 0.79% -
XYZ 29.36 36.38 61.35 -
YUV 149.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 83 174 202 0.59 0.14 0 0.21 194.12 0.53 0.56
Hex 53 AE CA 3B E 0 15 C2 35 38
Octal 123 256 312 73 16 0 25 302 65 70
Binary 1010011 10101110 11001010 111011 1110 0 10101 11000010 110101 111000

Color Harmonies of #53AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AECA

Black with #53AECA

Text Example


Text Example

White with #53AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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