Html Css Color HEX #53BCC0 Viking

📋 copy color: '#53BCC0'

red 83 ◦ green 188 ◦ blue 192

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

Shades of Viking #53BCC0

Tints of Viking #53BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 17.93%
G = 40.6%
B = 41.47%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53BCC0 (or 0x53BCC0) is known color: Viking. HEX triplet: 53, BC and C0. RGB value is (83,188,192). Sum of RGB (Red+Green+Blue) = 83+188+192=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #53BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCC0 is #AC433F. Grayscale: #9C9C9C. Windows color (decimal): -11289408 or 12631123. OLE color: 12631123.

HSL color Cylindrical-coordinate representation of color #53BCC0: hue angle of 182.2º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BCC0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 188 192 -
CMYK 0.57 0.02 0 0.25
HSL 182.2º 0.46% 0.54% -
HSV(B) 182.2º 0.57% 0.75% -
XYZ 31.06 41.61 56.26 -
YUV 157.06 147.71 75.17 -
System Red Green Blue C M Y K H S L
Decimal 83 188 192 0.57 0.02 0 0.25 182.2 0.46 0.54
Hex 53 BC C0 39 2 0 19 B6 2E 36
Octal 123 274 300 71 2 0 31 266 56 66
Binary 1010011 10111100 11000000 111001 10 0 11001 10110110 101110 110110

Color Harmonies of #53BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCC0

Black with #53BCC0

Text Example


Text Example

White with #53BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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