Html Css Color HEX #53C0CF Viking

📋 copy color: '#53C0CF'

red 83 ◦ green 192 ◦ blue 207

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

Shades of Viking #53C0CF

Tints of Viking #53C0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 17.22%
G = 39.83%
B = 42.95%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C0CF (or 0x53C0CF) is known color: Viking. HEX triplet: 53, C0 and CF. RGB value is (83,192,207). Sum of RGB (Red+Green+Blue) = 83+192+207=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #53C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0CF is #AC3F30. Grayscale: #A0A0A0. Windows color (decimal): -11288369 or 13615187. OLE color: 13615187.

HSL color Cylindrical-coordinate representation of color #53C0CF: hue angle of 187.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53C0CF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 192 207 -
CMYK 0.60 0.07 0 0.19
HSL 187.26º 0.56% 0.57% -
HSV(B) 187.26º 0.6% 0.81% -
XYZ 33.68 44.04 65.76 -
YUV 161.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 83 192 207 0.60 0.07 0 0.19 187.26 0.56 0.57
Hex 53 C0 CF 3C 7 0 13 BB 38 39
Octal 123 300 317 74 7 0 23 273 70 71
Binary 1010011 11000000 11001111 111100 111 0 10011 10111011 111000 111001

Color Harmonies of #53C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0CF

Black with #53C0CF

Text Example


Text Example

White with #53C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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