Html Css Color HEX #53A8B7 Viking

📋 copy color: '#53A8B7'

red 83 ◦ green 168 ◦ blue 183

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

Shades of Viking #53A8B7

Tints of Viking #53A8B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 19.12%
G = 38.71%
B = 42.17%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#53A8B7 (or 0x53A8B7) is known color: Viking. HEX triplet: 53, A8 and B7. RGB value is (83,168,183). Sum of RGB (Red+Green+Blue) = 83+168+183=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #53A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8B7 is #AC5748. Grayscale: #909090. Windows color (decimal): -11294537 or 12036179. OLE color: 12036179.

HSL color Cylindrical-coordinate representation of color #53A8B7: hue angle of 189º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A8B7 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 168 183 -
CMYK 0.55 0.08 0 0.28
HSL 189º 0.41% 0.52% -
HSV(B) 189º 0.55% 0.72% -
XYZ 26.12 33.26 49.84 -
YUV 144.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 83 168 183 0.55 0.08 0 0.28 189 0.41 0.52
Hex 53 A8 B7 37 8 0 1C BD 29 34
Octal 123 250 267 67 10 0 34 275 51 64
Binary 1010011 10101000 10110111 110111 1000 0 11100 10111101 101001 110100

Color Harmonies of #53A8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8B7

Black with #53A8B7

Text Example


Text Example

White with #53A8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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