Html Css Color HEX #53AECB Viking

📋 copy color: '#53AECB'

red 83 ◦ green 174 ◦ blue 203

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

Shades of Viking #53AECB

Tints of Viking #53AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 18.04%
G = 37.83%
B = 44.13%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53AECB (or 0x53AECB) is known color: Viking. HEX triplet: 53, AE and CB. RGB value is (83,174,203). Sum of RGB (Red+Green+Blue) = 83+174+203=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #53AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AECB is #AC5134. Grayscale: #959595. Windows color (decimal): -11292981 or 13348435. OLE color: 13348435.

HSL color Cylindrical-coordinate representation of color #53AECB: hue angle of 194.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53AECB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 174 203 -
CMYK 0.59 0.14 0 0.20
HSL 194.5º 0.54% 0.56% -
HSV(B) 194.5º 0.59% 0.8% -
XYZ 29.48 36.42 61.98 -
YUV 150.1 157.85 80.14 -
System Red Green Blue C M Y K H S L
Decimal 83 174 203 0.59 0.14 0 0.20 194.5 0.54 0.56
Hex 53 AE CB 3B E 0 14 C2 36 38
Octal 123 256 313 73 16 0 24 302 66 70
Binary 1010011 10101110 11001011 111011 1110 0 10100 11000010 110110 111000

Color Harmonies of #53AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AECB

Black with #53AECB

Text Example


Text Example

White with #53AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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