Html Css Color HEX #53A8CC Viking

📋 copy color: '#53A8CC'

red 83 ◦ green 168 ◦ blue 204

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

Shades of Viking #53A8CC

Tints of Viking #53A8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 18.24%
G = 36.92%
B = 44.84%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#53A8CC (or 0x53A8CC) is known color: Viking. HEX triplet: 53, A8 and CC. RGB value is (83,168,204). Sum of RGB (Red+Green+Blue) = 83+168+204=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #53A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8CC is #AC5733. Grayscale: #929292. Windows color (decimal): -11294516 or 13412435. OLE color: 13412435.

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

Color convert

RGB 83 168 204 -
CMYK 0.59 0.18 0 0.2
HSL 197.85º 0.54% 0.56% -
HSV(B) 197.85º 0.59% 0.8% -
XYZ 28.47 34.2 62.23 -
YUV 146.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 83 168 204 0.59 0.18 0 0.2 197.85 0.54 0.56
Hex 53 A8 CC 3B 12 0 14 C6 36 38
Octal 123 250 314 73 22 0 24 306 66 70
Binary 1010011 10101000 11001100 111011 10010 0 10100 11000110 110110 111000

Color Harmonies of #53A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8CC

Black with #53A8CC

Text Example


Text Example

White with #53A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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