Html Css Color HEX #53B2BE Viking

📋 copy color: '#53B2BE'

red 83 ◦ green 178 ◦ blue 190

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

Shades of Viking #53B2BE

Tints of Viking #53B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 18.4%
G = 39.47%
B = 42.13%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53B2BE (or 0x53B2BE) is known color: Viking. HEX triplet: 53, B2 and BE. RGB value is (83,178,190). Sum of RGB (Red+Green+Blue) = 83+178+190=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #53B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2BE is #AC4D41. Grayscale: #969696. Windows color (decimal): -11291970 or 12497491. OLE color: 12497491.

HSL color Cylindrical-coordinate representation of color #53B2BE: hue angle of 186.73º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B2BE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 178 190 -
CMYK 0.56 0.06 0 0.25
HSL 186.73º 0.45% 0.54% -
HSV(B) 186.73º 0.56% 0.75% -
XYZ 28.78 37.4 54.42 -
YUV 150.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 83 178 190 0.56 0.06 0 0.25 186.73 0.45 0.54
Hex 53 B2 BE 38 6 0 19 BB 2D 36
Octal 123 262 276 70 6 0 31 273 55 66
Binary 1010011 10110010 10111110 111000 110 0 11001 10111011 101101 110110

Color Harmonies of #53B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2BE

Black with #53B2BE

Text Example


Text Example

White with #53B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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