Html Css Color HEX #53B5BF Viking

📋 copy color: '#53B5BF'

red 83 ◦ green 181 ◦ blue 191

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

Shades of Viking #53B5BF

Tints of Viking #53B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.78%

 BLUE value IS 191 (75% from 255) = 41.98%

R = 18.24%
G = 39.78%
B = 41.98%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53B5BF (or 0x53B5BF) is known color: Viking. HEX triplet: 53, B5 and BF. RGB value is (83,181,191). Sum of RGB (Red+Green+Blue) = 83+181+191=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #53B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B5BF is #AC4A40. Grayscale: #989898. Windows color (decimal): -11291201 or 12563795. OLE color: 12563795.

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

Color convert

RGB 83 181 191 -
CMYK 0.57 0.05 0 0.25
HSL 185.56º 0.46% 0.54% -
HSV(B) 185.56º 0.57% 0.75% -
XYZ 29.5 38.65 55.2 -
YUV 152.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 83 181 191 0.57 0.05 0 0.25 185.56 0.46 0.54
Hex 53 B5 BF 39 5 0 19 BA 2E 36
Octal 123 265 277 71 5 0 31 272 56 66
Binary 1010011 10110101 10111111 111001 101 0 11001 10111010 101110 110110

Color Harmonies of #53B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B5BF

Black with #53B5BF

Text Example


Text Example

White with #53B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,181,191); }

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

background-color css

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

 a { background-color: rgb(83,181,191); }

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

border-color css

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

 span { border-color: rgb(83,181,191); }

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