#5BADC3

Color #5BADC3 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5BADC3

Tints of Viking #5BADC3

Color information

#5BADC3 (or 0x5BADC3) is unknown color: approx Viking. HEX triplet: 5B, AD and C3. RGB value is (91,173,195). Sum of RGB (Red+Green+Blue) = 91+173+195=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #5BADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADC3 is #A4523C. Grayscale: #969696. Windows color (decimal): -10768957 or 12823899. OLE color: 12823899.

HSL color Cylindrical-coordinate representation of color #5BADC3: hue angle of 192.69º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BADC3 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB91173195-
CMYK0.530.1100.24
HSL192.69º46.43%56.08%-
HSV(B)192.69º53.33%76.47%-
XYZ29.1136.0557.05-
YUV150.99152.8385.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.83%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=19.83%
G=37.69%
B=42.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911731950.530.1100.24192.6946.4356.08
Hex5BADC335B018c12e38
Octal13325530365130303015670
Binary10110111010110111000011110101101101100011000001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BADC3; }

 p { color: rgb(91,173,195); }

 H1.HeaderClassName
 {
   color: #5BADC3;
 }
 .AnyTagClassName
 {
   color: #5BADC3;
 }
</style>
background-color css

<style>
 a { background-color: #5BADC3; }

 a { background-color: rgb(91,173,195); }

 div.DivClassName
 {
   background-color: #5BADC3;
 }
 .BgClassName
 {
   background-color: #5BADC3;
 }
</style>
border-color css

<style>
 span { border-color: #5BADC3; }

 span { border-color: rgb(91,173,195); }

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