Html Css Color HEX #53B0BC Viking

📋 copy color: '#53B0BC'

red 83 ◦ green 176 ◦ blue 188

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

Shades of Viking #53B0BC

Tints of Viking #53B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 18.57%
G = 39.37%
B = 42.06%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53B0BC (or 0x53B0BC) is known color: Viking. HEX triplet: 53, B0 and BC. RGB value is (83,176,188). Sum of RGB (Red+Green+Blue) = 83+176+188=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #53B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B0BC is #AC4F43. Grayscale: #959595. Windows color (decimal): -11292484 or 12365907. OLE color: 12365907.

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

Color convert

RGB 83 176 188 -
CMYK 0.56 0.06 0 0.26
HSL 186.86º 0.44% 0.53% -
HSV(B) 186.86º 0.56% 0.74% -
XYZ 28.17 36.52 53.14 -
YUV 149.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 83 176 188 0.56 0.06 0 0.26 186.86 0.44 0.53
Hex 53 B0 BC 38 6 0 1A BB 2C 35
Octal 123 260 274 70 6 0 32 273 54 65
Binary 1010011 10110000 10111100 111000 110 0 11010 10111011 101100 110101

Color Harmonies of #53B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B0BC

Black with #53B0BC

Text Example


Text Example

White with #53B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,176,188); }

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

background-color css

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

 a { background-color: rgb(83,176,188); }

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

border-color css

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

 span { border-color: rgb(83,176,188); }

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