Html Css Color HEX #53A8BB Viking

📋 copy color: '#53A8BB'

red 83 ◦ green 168 ◦ blue 187

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

Shades of Viking #53A8BB

Tints of Viking #53A8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 18.95%
G = 38.36%
B = 42.69%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53A8BB (or 0x53A8BB) is known color: Viking. HEX triplet: 53, A8 and BB. RGB value is (83,168,187). Sum of RGB (Red+Green+Blue) = 83+168+187=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #53A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BB is #AC5744. Grayscale: #909090. Windows color (decimal): -11294533 or 12298323. OLE color: 12298323.

HSL color Cylindrical-coordinate representation of color #53A8BB: hue angle of 190.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A8BB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 168 187 -
CMYK 0.56 0.10 0 0.27
HSL 190.96º 0.43% 0.53% -
HSV(B) 190.96º 0.56% 0.73% -
XYZ 26.54 33.43 52.07 -
YUV 144.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 83 168 187 0.56 0.10 0 0.27 190.96 0.43 0.53
Hex 53 A8 BB 38 A 0 1B BF 2B 35
Octal 123 250 273 70 12 0 33 277 53 65
Binary 1010011 10101000 10111011 111000 1010 0 11011 10111111 101011 110101

Color Harmonies of #53A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A8BB

Black with #53A8BB

Text Example


Text Example

White with #53A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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