Html Css Color HEX #53A5BD Viking

📋 copy color: '#53A5BD'

red 83 ◦ green 165 ◦ blue 189

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

Shades of Viking #53A5BD

Tints of Viking #53A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.76%

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 18.99%
G = 37.76%
B = 43.25%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53A5BD (or 0x53A5BD) is known color: Viking. HEX triplet: 53, A5 and BD. RGB value is (83,165,189). Sum of RGB (Red+Green+Blue) = 83+165+189=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #53A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5BD is #AC5A42. Grayscale: #8F8F8F. Windows color (decimal): -11295299 or 12428627. OLE color: 12428627.

HSL color Cylindrical-coordinate representation of color #53A5BD: hue angle of 193.58º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A5BD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 165 189 -
CMYK 0.56 0.13 0 0.26
HSL 193.58º 0.45% 0.53% -
HSV(B) 193.58º 0.56% 0.74% -
XYZ 26.21 32.42 53.02 -
YUV 143.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 83 165 189 0.56 0.13 0 0.26 193.58 0.45 0.53
Hex 53 A5 BD 38 D 0 1A C2 2D 35
Octal 123 245 275 70 15 0 32 302 55 65
Binary 1010011 10100101 10111101 111000 1101 0 11010 11000010 101101 110101

Color Harmonies of #53A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A5BD

Black with #53A5BD

Text Example


Text Example

White with #53A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,165,189); }

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

background-color css

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

 a { background-color: rgb(83,165,189); }

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

border-color css

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

 span { border-color: rgb(83,165,189); }

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