Html Css Color HEX #53BAC6 Viking

📋 copy color: '#53BAC6'

red 83 ◦ green 186 ◦ blue 198

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

Shades of Viking #53BAC6

Tints of Viking #53BAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.83%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 17.77%
G = 39.83%
B = 42.4%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#53BAC6 (or 0x53BAC6) is known color: Viking. HEX triplet: 53, BA and C6. RGB value is (83,186,198). Sum of RGB (Red+Green+Blue) = 83+186+198=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #53BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAC6 is #AC4539. Grayscale: #9C9C9C. Windows color (decimal): -11289914 or 13023827. OLE color: 13023827.

HSL color Cylindrical-coordinate representation of color #53BAC6: hue angle of 186.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53BAC6 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 186 198 -
CMYK 0.58 0.06 0 0.22
HSL 186.26º 0.5% 0.55% -
HSV(B) 186.26º 0.58% 0.78% -
XYZ 31.32 41.03 59.7 -
YUV 156.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 83 186 198 0.58 0.06 0 0.22 186.26 0.5 0.55
Hex 53 BA C6 3A 6 0 16 BA 32 37
Octal 123 272 306 72 6 0 26 272 62 67
Binary 1010011 10111010 11000110 111010 110 0 10110 10111010 110010 110111

Color Harmonies of #53BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAC6

Black with #53BAC6

Text Example


Text Example

White with #53BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,198); }

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

background-color css

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

 a { background-color: rgb(83,186,198); }

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

border-color css

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

 span { border-color: rgb(83,186,198); }

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