Html Css Color HEX #53BEC0 Viking

📋 copy color: '#53BEC0'

red 83 ◦ green 190 ◦ blue 192

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

Shades of Viking #53BEC0

Tints of Viking #53BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

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

R = 17.85%
G = 40.86%
B = 41.29%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53BEC0 (or 0x53BEC0) is known color: Viking. HEX triplet: 53, BE and C0. RGB value is (83,190,192). Sum of RGB (Red+Green+Blue) = 83+190+192=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #53BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEC0 is #AC413F. Grayscale: #9E9E9E. Windows color (decimal): -11288896 or 12631635. OLE color: 12631635.

HSL color Cylindrical-coordinate representation of color #53BEC0: hue angle of 181.1º 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 #53BEC0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 190 192 -
CMYK 0.57 0.01 0 0.25
HSL 181.1º 0.46% 0.54% -
HSV(B) 181.1º 0.57% 0.75% -
XYZ 31.5 42.47 56.41 -
YUV 158.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 83 190 192 0.57 0.01 0 0.25 181.1 0.46 0.54
Hex 53 BE C0 39 1 0 19 B5 2E 36
Octal 123 276 300 71 1 0 31 265 56 66
Binary 1010011 10111110 11000000 111001 1 0 11001 10110101 101110 110110

Color Harmonies of #53BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEC0

Black with #53BEC0

Text Example


Text Example

White with #53BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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