Html Css Color HEX #53A8BF Viking

📋 copy color: '#53A8BF'

red 83 ◦ green 168 ◦ blue 191

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

Shades of Viking #53A8BF

Tints of Viking #53A8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.21%

R = 18.78%
G = 38.01%
B = 43.21%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53A8BF (or 0x53A8BF) is known color: Viking. HEX triplet: 53, A8 and BF. RGB value is (83,168,191). Sum of RGB (Red+Green+Blue) = 83+168+191=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #53A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BF is #AC5740. Grayscale: #919191. Windows color (decimal): -11294529 or 12560467. OLE color: 12560467.

HSL color Cylindrical-coordinate representation of color #53A8BF: hue angle of 192.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53A8BF is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 168 191 -
CMYK 0.57 0.12 0 0.25
HSL 192.78º 0.46% 0.54% -
HSV(B) 192.78º 0.57% 0.75% -
XYZ 26.97 33.61 54.36 -
YUV 145.21 153.84 83.63 -
System Red Green Blue C M Y K H S L
Decimal 83 168 191 0.57 0.12 0 0.25 192.78 0.46 0.54
Hex 53 A8 BF 39 C 0 19 C1 2E 36
Octal 123 250 277 71 14 0 31 301 56 66
Binary 1010011 10101000 10111111 111001 1100 0 11001 11000001 101110 110110

Color Harmonies of #53A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8BF

Black with #53A8BF

Text Example


Text Example

White with #53A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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