Html Css Color HEX #53A8BE Viking

📋 copy color: '#53A8BE'

red 83 ◦ green 168 ◦ blue 190

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

Shades of Viking #53A8BE

Tints of Viking #53A8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 18.82%
G = 38.1%
B = 43.08%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53A8BE (or 0x53A8BE) is known color: Viking. HEX triplet: 53, A8 and BE. RGB value is (83,168,190). Sum of RGB (Red+Green+Blue) = 83+168+190=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #53A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BE is #AC5741. Grayscale: #909090. Windows color (decimal): -11294530 or 12494931. OLE color: 12494931.

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

Color convert

RGB 83 168 190 -
CMYK 0.56 0.12 0 0.25
HSL 192.34º 0.45% 0.54% -
HSV(B) 192.34º 0.56% 0.75% -
XYZ 26.86 33.56 53.78 -
YUV 145.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 83 168 190 0.56 0.12 0 0.25 192.34 0.45 0.54
Hex 53 A8 BE 38 C 0 19 C0 2D 36
Octal 123 250 276 70 14 0 31 300 55 66
Binary 1010011 10101000 10111110 111000 1100 0 11001 11000000 101101 110110

Color Harmonies of #53A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8BE

Black with #53A8BE

Text Example


Text Example

White with #53A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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