#5DBECB

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

Shades of Viking #5DBECB

Tints of Viking #5DBECB

Color information

#5DBECB (or 0x5DBECB) is unknown color: approx Viking. HEX triplet: 5D, BE and CB. RGB value is (93,190,203). Sum of RGB (Red+Green+Blue) = 93+190+203=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #5DBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBECB is #A24134. Grayscale: #A2A2A2. Windows color (decimal): -10633525 or 13352541. OLE color: 13352541.

HSL color Cylindrical-coordinate representation of color #5DBECB: hue angle of 187.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBECB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93190203-
CMYK0.540.0600.20
HSL187.09º51.4%58.04%-
HSV(B)187.09º54.19%79.61%-
XYZ33.7143.4763.11-
YUV162.48150.8678.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.14%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=19.14%
G=39.09%
B=41.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931902030.540.0600.20187.0951.458.04
Hex5DBECB366014bb333a
Octal1352763136660242736372
Binary1011101101111101100101111011011001010010111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,190,203); }

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

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

 a { background-color: rgb(93,190,203); }

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

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

 span { border-color: rgb(93,190,203); }

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