Html Css Color HEX #53B9BD Viking

📋 copy color: '#53B9BD'

red 83 ◦ green 185 ◦ blue 189

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

Shades of Viking #53B9BD

Tints of Viking #53B9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

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

R = 18.16%
G = 40.48%
B = 41.36%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53B9BD (or 0x53B9BD) is known color: Viking. HEX triplet: 53, B9 and BD. RGB value is (83,185,189). Sum of RGB (Red+Green+Blue) = 83+185+189=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #53B9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9BD is #AC4642. Grayscale: #9A9A9A. Windows color (decimal): -11290179 or 12433747. OLE color: 12433747.

HSL color Cylindrical-coordinate representation of color #53B9BD: hue angle of 182.26º 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 #53B9BD is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 185 189 -
CMYK 0.56 0.02 0 0.26
HSL 182.26º 0.45% 0.53% -
HSV(B) 182.26º 0.56% 0.74% -
XYZ 30.1 40.21 54.32 -
YUV 154.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 83 185 189 0.56 0.02 0 0.26 182.26 0.45 0.53
Hex 53 B9 BD 38 2 0 1A B6 2D 35
Octal 123 271 275 70 2 0 32 266 55 65
Binary 1010011 10111001 10111101 111000 10 0 11010 10110110 101101 110101

Color Harmonies of #53B9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B9BD

Black with #53B9BD

Text Example


Text Example

White with #53B9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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