Html Css Color HEX #53C0DA Viking

📋 copy color: '#53C0DA'

red 83 ◦ green 192 ◦ blue 218

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

Shades of Viking #53C0DA

Tints of Viking #53C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 16.84%
G = 38.95%
B = 44.22%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#53C0DA (or 0x53C0DA) is known color: Viking. HEX triplet: 53, C0 and DA. RGB value is (83,192,218). Sum of RGB (Red+Green+Blue) = 83+192+218=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #53C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0DA is #AC3F25. Grayscale: #A2A2A2. Windows color (decimal): -11288358 or 14336083. OLE color: 14336083.

HSL color Cylindrical-coordinate representation of color #53C0DA: hue angle of 191.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53C0DA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 192 218 -
CMYK 0.62 0.12 0 0.15
HSL 191.56º 0.65% 0.59% -
HSV(B) 191.56º 0.62% 0.85% -
XYZ 35.07 44.6 73.09 -
YUV 162.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 83 192 218 0.62 0.12 0 0.15 191.56 0.65 0.59
Hex 53 C0 DA 3E C 0 F C0 41 3B
Octal 123 300 332 76 14 0 17 300 101 73
Binary 1010011 11000000 11011010 111110 1100 0 1111 11000000 1000001 111011

Color Harmonies of #53C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0DA

Black with #53C0DA

Text Example


Text Example

White with #53C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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