Html Css Color HEX #53BDBE Viking

📋 copy color: '#53BDBE'

red 83 ◦ green 189 ◦ blue 190

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

Shades of Viking #53BDBE

Tints of Viking #53BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

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

R = 17.97%
G = 40.91%
B = 41.13%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#53BDBE (or 0x53BDBE) is known color: Viking. HEX triplet: 53, BD and BE. RGB value is (83,189,190). Sum of RGB (Red+Green+Blue) = 83+189+190=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #53BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDBE is #AC4241. Grayscale: #9D9D9D. Windows color (decimal): -11289154 or 12500307. OLE color: 12500307.

HSL color Cylindrical-coordinate representation of color #53BDBE: hue angle of 180.56º 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 #53BDBE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 189 190 -
CMYK 0.56 0.01 0 0.25
HSL 180.56º 0.45% 0.54% -
HSV(B) 180.56º 0.56% 0.75% -
XYZ 31.06 41.95 55.18 -
YUV 157.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 83 189 190 0.56 0.01 0 0.25 180.56 0.45 0.54
Hex 53 BD BE 38 1 0 19 B5 2D 36
Octal 123 275 276 70 1 0 31 265 55 66
Binary 1010011 10111101 10111110 111000 1 0 11001 10110101 101101 110110

Color Harmonies of #53BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDBE

Black with #53BDBE

Text Example


Text Example

White with #53BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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