Html Css Color HEX #53B6CA Viking

📋 copy color: '#53B6CA'

red 83 ◦ green 182 ◦ blue 202

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

Shades of Viking #53B6CA

Tints of Viking #53B6CA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 17.77%
G = 38.97%
B = 43.25%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53B6CA (or 0x53B6CA) is known color: Viking. HEX triplet: 53, B6 and CA. RGB value is (83,182,202). Sum of RGB (Red+Green+Blue) = 83+182+202=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #53B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B6CA is #AC4935. Grayscale: #9A9A9A. Windows color (decimal): -11290934 or 13284947. OLE color: 13284947.

HSL color Cylindrical-coordinate representation of color #53B6CA: hue angle of 190.08º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53B6CA is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 182 202 -
CMYK 0.59 0.10 0 0.21
HSL 190.08º 0.53% 0.56% -
HSV(B) 190.08º 0.59% 0.79% -
XYZ 30.96 39.56 61.88 -
YUV 154.68 154.7 76.87 -
System Red Green Blue C M Y K H S L
Decimal 83 182 202 0.59 0.10 0 0.21 190.08 0.53 0.56
Hex 53 B6 CA 3B A 0 15 BE 35 38
Octal 123 266 312 73 12 0 25 276 65 70
Binary 1010011 10110110 11001010 111011 1010 0 10101 10111110 110101 111000

Color Harmonies of #53B6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B6CA

Black with #53B6CA

Text Example


Text Example

White with #53B6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,182,202); }

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

background-color css

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

 a { background-color: rgb(83,182,202); }

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

border-color css

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

 span { border-color: rgb(83,182,202); }

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