Html Css Color HEX #53AFCD Viking

📋 copy color: '#53AFCD'

red 83 ◦ green 175 ◦ blue 205

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

Shades of Viking #53AFCD

Tints of Viking #53AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 17.93%
G = 37.8%
B = 44.28%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53AFCD (or 0x53AFCD) is known color: Viking. HEX triplet: 53, AF and CD. RGB value is (83,175,205). Sum of RGB (Red+Green+Blue) = 83+175+205=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #53AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFCD is #AC5032. Grayscale: #969696. Windows color (decimal): -11292723 or 13479763. OLE color: 13479763.

HSL color Cylindrical-coordinate representation of color #53AFCD: hue angle of 194.75º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53AFCD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 175 205 -
CMYK 0.60 0.15 0 0.20
HSL 194.75º 0.55% 0.56% -
HSV(B) 194.75º 0.6% 0.8% -
XYZ 29.92 36.91 63.3 -
YUV 150.91 158.52 79.56 -
System Red Green Blue C M Y K H S L
Decimal 83 175 205 0.60 0.15 0 0.20 194.75 0.55 0.56
Hex 53 AF CD 3C F 0 14 C3 37 38
Octal 123 257 315 74 17 0 24 303 67 70
Binary 1010011 10101111 11001101 111100 1111 0 10100 11000011 110111 111000

Color Harmonies of #53AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFCD

Black with #53AFCD

Text Example


Text Example

White with #53AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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