#5BAECC

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

Shades of Viking #5BAECC

Tints of Viking #5BAECC

Color information

#5BAECC (or 0x5BAECC) is unknown color: approx Viking. HEX triplet: 5B, AE and CC. RGB value is (91,174,204). Sum of RGB (Red+Green+Blue) = 91+174+204=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAECC is #A45133. Grayscale: #989898. Windows color (decimal): -10768692 or 13413979. OLE color: 13413979.

HSL color Cylindrical-coordinate representation of color #5BAECC: hue angle of 195.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BAECC is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91174204-
CMYK0.550.1500.2
HSL195.93º52.56%57.84%-
HSV(B)195.93º55.39%80%-
XYZ30.3536.8662.64-
YUV152.615784.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.40%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=19.40%
G=37.10%
B=43.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911742040.550.1500.2195.9352.5657.84
Hex5BAECC37F014c4353a
Octal13325631467170243046572
Binary10110111010111011001100110111111101010011000100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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