Html Css Color HEX #53B2BC Viking

📋 copy color: '#53B2BC'

red 83 ◦ green 178 ◦ blue 188

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

Shades of Viking #53B2BC

Tints of Viking #53B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 18.49%
G = 39.64%
B = 41.87%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53B2BC (or 0x53B2BC) is known color: Viking. HEX triplet: 53, B2 and BC. RGB value is (83,178,188). Sum of RGB (Red+Green+Blue) = 83+178+188=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #53B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2BC is #AC4D43. Grayscale: #969696. Windows color (decimal): -11291972 or 12366419. OLE color: 12366419.

HSL color Cylindrical-coordinate representation of color #53B2BC: hue angle of 185.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B2BC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 178 188 -
CMYK 0.56 0.05 0 0.26
HSL 185.71º 0.44% 0.53% -
HSV(B) 185.71º 0.56% 0.74% -
XYZ 28.56 37.31 53.27 -
YUV 150.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 83 178 188 0.56 0.05 0 0.26 185.71 0.44 0.53
Hex 53 B2 BC 38 5 0 1A BA 2C 35
Octal 123 262 274 70 5 0 32 272 54 65
Binary 1010011 10110010 10111100 111000 101 0 11010 10111010 101100 110101

Color Harmonies of #53B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2BC

Black with #53B2BC

Text Example


Text Example

White with #53B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,178,188); }

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

background-color css

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

 a { background-color: rgb(83,178,188); }

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

border-color css

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

 span { border-color: rgb(83,178,188); }

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