#5BAECA

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

Shades of Viking #5BAECA

Tints of Viking #5BAECA

Color information

#5BAECA (or 0x5BAECA) is unknown color: approx Viking. HEX triplet: 5B, AE and CA. RGB value is (91,174,202). Sum of RGB (Red+Green+Blue) = 91+174+202=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAECA is #A45135. Grayscale: #989898. Windows color (decimal): -10768694 or 13282907. OLE color: 13282907.

HSL color Cylindrical-coordinate representation of color #5BAECA: hue angle of 195.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BAECA is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91174202-
CMYK0.550.1400.21
HSL195.14º51.15%57.45%-
HSV(B)195.14º54.95%79.22%-
XYZ30.1136.7661.39-
YUV152.3715684.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.49%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=19.49%
G=37.26%
B=43.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911742020.550.1400.21195.1451.1557.45
Hex5BAECA37E015c33339
Octal13325631267160253036371
Binary10110111010111011001010110111111001010111000011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,202); }

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

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

 a { background-color: rgb(91,174,202); }

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

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

 span { border-color: rgb(91,174,202); }

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